From: Guus Sliepen Date: Sun, 8 Mar 2020 21:12:41 +0000 (+0100) Subject: Avoid sending packets smaller than the MTU if we don't need to. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=8b12570493ab77960aeac7e3e4a9bc458bb4f1a1;hp=8b12570493ab77960aeac7e3e4a9bc458bb4f1a1;p=utcp Avoid sending packets smaller than the MTU if we don't need to. 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. ---