mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Speedup loading process.
This commit is contained in:
@@ -460,6 +460,10 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
||||
ospf_lsupd_tx_list(n, &l);
|
||||
}
|
||||
}
|
||||
if(n->state==NEIGHBOR_LOADING)
|
||||
{
|
||||
ospf_lsreq_tx(n); /* Send me another part of database */
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user