diff options
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r-- | proto/ospf/lsack.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c index 4b5f3b9..47c7f6b 100644 --- a/proto/ospf/lsack.c +++ b/proto/ospf/lsack.c @@ -48,13 +48,6 @@ ospf_lsa_delay(struct ospf_neighbor *n,struct ospf_lsa_header *h, } void -ackd_timer_hook(timer *t) -{ - struct ospf_neighbor *n=t->data; - if(!EMPTY_LIST(n->ackl)) ospf_lsack_delay_tx(n); -} - -void ospf_lsack_delay_tx(struct ospf_neighbor *n) { struct ospf_packet *op; |