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: import-tinc-1.1~725 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=228e7a5c8f0e517dcede50f886965a44fca39853;hp=228e7a5c8f0e517dcede50f886965a44fca39853;p=meshlink 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. ---