From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] for some issues in tcp window tracking patch Date: Mon, 17 May 2004 23:41:45 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <40A93199.3010007@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Pablo Neira , Netfilter Development Mailinglist Return-path: To: Jozsef Kadlecsik In-Reply-To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Jozsef Kadlecsik wrote: > On Mon, 17 May 2004, Pablo Neira wrote: > >>a) Use flags defined in tcp.h instead of bsd flags: I found that these >>flags are already defined in linux with different names in tcp.h, so we >>could use linux flags instead. > > > Fine, better to use the flags already defined in tcp.h. > I don't think we should use those, they are for use in the tcp control buffer, which is also expressed in their name (TCPCB_FLAG_*). Regards Patrick