Revision a7a7372a proto/ospf/lsreq.c
proto/ospf/lsreq.c | ||
---|---|---|
71 | 71 |
ospf_pkt_fill_hdr(ifa, pkt, LSREQ_P); |
72 | 72 |
ospf_lsreq_body(p, pkt, &lsrs, &lsr_max); |
73 | 73 |
|
74 |
// for (i = 0; i < lsr_max; i++) |
|
74 |
/* We send smaller LSREQ to prevent multiple LSACKs as answer */ |
|
75 |
lsr_max = lsr_max / 4; |
|
75 | 76 |
|
76 | 77 |
i = 0; |
77 | 78 |
WALK_SLIST(en, n->lsrql) |
Also available in: Unified diff