]> jfr.im git - irc/blitzed-org/charybdis.git/commit
libratbox: add support for TCP_DEFER_ACCEPT on linux
authorWilliam Pitcock <redacted>
Sat, 17 Mar 2012 14:16:39 +0000 (09:16 -0500)
committerWilliam Pitcock <redacted>
Sat, 17 Mar 2012 14:16:39 +0000 (09:16 -0500)
commit77cb59b319b670289d5c9ca3c26fb6d0870297b3
treed5d3e85b236f12bf49ef313b35518623917d65ad
parent57b1cd5f6b06fbecf625bbd06d27cf0c606e3d0a
libratbox: add support for TCP_DEFER_ACCEPT on linux

This allows for some further hardening against synflooding and connection flooding
where no data is actually sent, as the kernel will simply ignore those connections
(well, as far as the ircd is concerned anyway).
libratbox/Makefile.in
libratbox/aclocal.m4
libratbox/configure
libratbox/configure.ac
libratbox/include/libratbox_config.h.in
libratbox/include/ratbox_lib.h
libratbox/src/Makefile.in
libratbox/src/commio.c