On 2/23/06, Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> wrote: > On 2/23/06, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > Starting from 2.6.14, defer_accept is moved to request_sock_queue structure, > > which is re-initialized in inet_csk_listen_start(). > > Oops, looking into it...
culprit: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 Alexandra, can you please test by just removing the zeroing from reqsk_queue_alloc() in net/core/request_sock.c? Just remove this line: queue->rskq_defer_accept = 0; icsk->icsk_accept_queue (that maps to the queue-> above) is zeroed at sk alloc time, so just removing this one should restore the previous behaviour. Thanks, - Arnaldo - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html