From 43e75f38e7b8716efb3729ee56fd4a879e03c1dc Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 23:46:31 +0000 Subject: Do not stop lsrr_timer in FULL state. Use it for retransmition. --- proto/ospf/lsreq.c | 6 +++++- proto/ospf/neighbor.c | 2 +- proto/ospf/ospf.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'proto') diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 3a68212..580fd1d 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -69,7 +69,11 @@ lsrr_timer_hook(timer *timer) p=(struct proto *)(ifa->proto); debug("%s: LSRR timer fired on interface %s for neigh: %I.\n", p->name, ifa->iface->name, n->rid); - ospf_lsreq_tx(n); + if(n->statefadj++; originate_rt_lsa(n->ifa->oa,n->ifa->oa->po); originate_net_lsa(ifa,ifa->oa->po); - tm_stop(n->lsrr_timer); } if(oldstate>=NEIGHBOR_EXSTART && statemyimms.bit.i=1; tm_start(n->rxmt_timer,1); /* Or some other number ? */ } + if(statelsrr_timer); } } diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index b1d14bd..e761bdf 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -294,7 +294,7 @@ struct ospf_neighbor struct top_graph *lsrth; void *ldbdes; /* Last database description packet */ timer *rxmt_timer; /* RXMT timer */ - timer *lsrr_timer; /* Link state requiest retransmition timer */ + timer *lsrr_timer; /* Link state request retransmition timer */ list ackl; timer *ackd_timer; /* Delayed ack timer */ }; -- cgit v1.2.3