From: "Arnaldo Carvalho de Melo" <[EMAIL PROTECTED]>
Date: Mon, 27 Feb 2006 18:28:29 -0300
> In 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 I moved defer_accept from
> tcp_sock to request_queue and mistakingly reset it at reqsl_queue_alloc,
> causing
> calls to setsockopt(TCP_DEFER_ACCEPT ) to be lo
In 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 I moved defer_accept from
tcp_sock to request_queue and mistakingly reset it at reqsl_queue_alloc, causing
calls to setsockopt(TCP_DEFER_ACCEPT ) to be lost after bind, the fix is to
remove the zeroing of rskq_defer_accept from reqsl_queue_alloc.
Thanks