From: Guus Sliepen Date: Thu, 19 Jan 2006 17:13:18 +0000 (+0000) Subject: Apply patch from Scott Lamb adding an output buffer for the TCP sockets. X-Git-Tag: release-1.0.5~26 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=228e7a5c8f0e517dcede50f886965a44fca39853;hp=228e7a5c8f0e517dcede50f886965a44fca39853 Apply patch from Scott Lamb adding an output buffer for the TCP sockets. This helps coalescing multiple send_meta() commands into one TCP packet. Also limit the size of the output buffer before dropping PACKETs. ---