]> git.meshlink.io Git - utcp/commitdiff
Avoid sending packets smaller than the MTU if we don't need to.
authorGuus Sliepen <guus@sliepen.org>
Sun, 8 Mar 2020 21:12:41 +0000 (22:12 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sun, 8 Mar 2020 22:49:22 +0000 (23:49 +0100)
If we have almost filled the congestion window but have more data in the
send buffer than we can send right now, wait until the congestion window
frees up to avoid sending small packets unnecessarily.


No differences found