summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-02 11:53:26 +0200
committerOndrej Filip <feela@network.cz>2000-06-02 11:53:26 +0200
commit489f800b45d6d2d1a1fc9b371a015563cea9722d (patch)
tree89b5f5d891a5b446caff1167d3adc042ab9a966f
parent75317ab8e522b5dceb87b204e09d8ad919ac8558 (diff)
downloadbird-489f800b45d6d2d1a1fc9b371a015563cea9722d.tar
bird-489f800b45d6d2d1a1fc9b371a015563cea9722d.zip
Speedup loading process.
-rw-r--r--proto/ospf/lsupd.c4
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