From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 1/2] Move tcp_adjust to generic layer Date: Mon, 07 Mar 2005 00:09:12 +0100 Message-ID: <422B8D98.3000501@trash.net> References: <422B86D6.8040905@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist To: Pablo Neira In-Reply-To: <422B86D6.8040905@eurodev.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Pablo Neira wrote: > Hi Patrick, > > This patch moves tcp_adjust to a generic layer. I sent something similar > some time ago but it seems that it got lost. IIRC the argument against this patch was that it is entirely specific to TCP. Can't we simply move it all to TCP's manip_pkt() function ? Regards Patrick