diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-02 11:53:26 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-02 11:53:26 +0200 |
commit | 489f800b45d6d2d1a1fc9b371a015563cea9722d (patch) | |
tree | 89b5f5d891a5b446caff1167d3adc042ab9a966f /proto/ospf/lsupd.c | |
parent | 75317ab8e522b5dceb87b204e09d8ad919ac8558 (diff) | |
download | bird-489f800b45d6d2d1a1fc9b371a015563cea9722d.tar bird-489f800b45d6d2d1a1fc9b371a015563cea9722d.zip |
Speedup loading process.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 18d0369..768b837 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -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 |