Mark Ellzey 5880e4a1fc Support TCP_DEFER_ACCEPT sockopts for listeners
A listening socket can be enabled with the sockopt
TCP_DEFER_ACCEPT. This informs the kernel to not call the user-land
accept() until real data has been written to the socket.

A new flag LEV_OPT_DEFERRED_ACCEPT has been introduced to
automatically set this option. Optionally
evutil_make_tcp_listen_socket_deferred() can be called manually.

(Tweaked slightly by nickm.)
2012-02-15 21:19:28 -05:00
..
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00
2012-02-10 17:29:53 -05:00