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