From 67315ef64e3655c65cfab032d637fe29d3cf91b2 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 01:06:16 +0000 Subject: Some lsack work. There is something very worng. :-( It locked my network. --- proto/ospf/ospf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 6bcaef3..0039787 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -286,6 +286,8 @@ struct ospf_neighbor void *ldbdes; /* Last database description packet */ timer *rxmt_timer; /* RXMT timer */ timer *lsrr_timer; /* Link state requiest retransmition timer */ + list ackl; + timer *ackd_timer; /* Delayed ack timer */ }; /* Definitions for interface state machine */ -- cgit v1.2.3