From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] TCP simultaneous open support Date: Tue, 02 Jun 2009 14:12:03 +0200 Message-ID: <4A251713.2010508@trash.net> References: <4A2514EA.6000100@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, Saatvik Agarwal To: Jozsef Kadlecsik Return-path: Received: from stinky.trash.net ([213.144.137.162]:37881 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752798AbZFBMME (ORCPT ); Tue, 2 Jun 2009 08:12:04 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jozsef Kadlecsik wrote: > On Tue, 2 Jun 2009, Patrick McHardy wrote: > >> >>> .proc_handler = proc_dointvec_jiffies, >>> }, >>> + .procname = "ip_conntrack_tcp_timeout_syn_sent2", >>> + .data = &tcp_timeouts[TCP_CONNTRACK_SYN_SENT2], > > That's a copy-paste bug, sorry: I have to run a slighty older kernel > release on my test system and I selected the paste area one line off. Don't worry, I've seen worse problems with patches :)