OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
349 stars 126 forks source link

fix: The tcp zero window was never sent when it full of small packets #273

Open HsuJv opened 2 years ago

HsuJv commented 2 years ago

When so->so_rcv is filled with small packets, the actual space is much smaller than (tp->rcv_adv - tp->rcv_nxt)), which makes the tcp-zero-window never have a chance to be sent.

Signed-off-by: Jovi Hsu jv.hsu@outlook.com