Apply patch from Scott Lamb adding an output buffer for the TCP sockets.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 19 Jan 2006 17:13:18 +0000 (17:13 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 19 Jan 2006 17:13:18 +0000 (17:13 +0000)
commit228e7a5c8f0e517dcede50f886965a44fca39853
tree6bba617ccb4e1fa5274bc308a3a1d6bc50396af2
parenta5a4d2b865879b8694760c0a5b5909c9a3675027
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.
13 files changed:
doc/tinc.conf.5.in
doc/tinc.texi
src/conf.c
src/conf.h
src/connection.c
src/connection.h
src/meta.c
src/net.c
src/net.h
src/net_setup.c
src/net_socket.c
src/protocol.c
src/protocol_misc.c