mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
ackd_timer_hook moded to neighbor.c
This commit is contained in:
@@ -47,13 +47,6 @@ ospf_lsa_delay(struct ospf_neighbor *n,struct ospf_lsa_header *h,
|
||||
ntohl(h->id), ntohl(h->rt),h->type);
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user