Speedup loading process.
This commit is contained in:
parent
75317ab8e5
commit
489f800b45
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue