Speedup loading process.

This commit is contained in:
Ondrej Filip 2000-06-02 09:53:26 +00:00
parent 75317ab8e5
commit 489f800b45

View file

@ -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