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/neighbor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index e57143e..f52ff67 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -215,6 +215,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) s_init(&(n->lsrqi), &(n->lsrql)); s_init(&(n->lsrti), &(n->lsrtl)); tm_start(n->lsrr_timer,n->ifa->rxmtint); + tm_start(n->ackd_timer,n->ifa->rxmtint/2); } else die("NEGDONE and I'm not in EXSTART?\n"); break; -- cgit v1.2.3