diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-08-10 16:15:29 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-08-11 13:30:32 -0400 |
| commit | 812e6c78c10970d0c5e7e5f3d1ed54dc95736244 (patch) | |
| tree | 5c3941df9bca4e8f35c8ae8337bf114f7ba7e812 /lib/json.c | |
| parent | 23f85c8dadf55ba90038262a74266f8eecbf41b6 (diff) | |
ospfd: Increase packets sent at one time in ospf_write
ospf_write pulls an interface off the ospf->oi_write_q
then writes one packet and places it back on the queue,
keeping track of the first one sent. Then it will
stop sending packets even if we get back to the first
interface written too but before we have sent the full
pkt_count. I do not believe this makes a whole bunch
of sense and is very restrictive of how much data can
be sent especially if you have a limited number of peers
but large amounts of data. Why be so restrictive?
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/json.c')
0 files changed, 0 insertions, 0 deletions
