diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-08 23:46:31 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-08 23:46:31 +0000 |
commit | 43e75f38e7b8716efb3729ee56fd4a879e03c1dc (patch) | |
tree | 52046a7c07f8d19b278ddf0393c819c6863e8808 /proto/ospf/ospf.h | |
parent | ed4a53c6a5685d04fe2b0cceda83860324f4892c (diff) |
Do not stop lsrr_timer in FULL state. Use it for retransmition.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index b1d14bd4..e761bdf1 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 */ }; |