From owner-freebsd-net@FreeBSD.ORG Fri Aug 12 05:34:47 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857D616A41F for ; Fri, 12 Aug 2005 05:34:47 +0000 (GMT) (envelope-from demizu@dd.iij4u.or.jp) Received: from r-dd.iij4u.or.jp (r-dd.iij4u.or.jp [210.130.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB1843D49 for ; Fri, 12 Aug 2005 05:34:46 +0000 (GMT) (envelope-from demizu@dd.iij4u.or.jp) Received: from localhost (h192.p058.iij4u.or.jp [210.130.58.192]) by r-dd.iij4u.or.jp (4U-MR/r-dd) id j7C5YXKC025012; Fri, 12 Aug 2005 14:34:43 +0900 (JST) Date: Fri, 12 Aug 2005 14:34:30 +0900 (JST) Message-Id: <20050812.143430.37456105.Noritoshi@Demizu.ORG> From: Noritoshi Demizu To: jha miku In-Reply-To: <20050812020814.30073.qmail@web34105.mail.mud.yahoo.com> References: <20050812020814.30073.qmail@web34105.mail.mud.yahoo.com> X-Mailer: Mew version 4.1 on Emacs 21 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Question regd timestamp option X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 05:34:47 -0000 > Are there other situations when timestamp gets disabled? In case of active open and net.inet.tcp.rfc1323 is set to non-zero, one possibility is TCP_NOOPT is turned on by setsockopt(). But I do not know which applications use TCP_NOOPT. Regards, Noritoshi Demizu > From: jha miku > To: freebsd-net@freebsd.org > Subject: Question regd timestamp option > Date: Thu, 11 Aug 2005 19:08:13 -0700 (PDT) > > In case of active open, the SYN segments always have > timestamp enabled, since the RFC flg is set. But, > Currently, I am seeing some SYN segments without > timestamp option. > > The only condition that I am aware of when timestamp is > disabled, is on sending the 3rd SYN in retransmit code > when the timestamp gets disabled. > looking at the tcpdump, it is unclear why the SYNs are > sent during active open without timestamp option. > > Are there other situations when timestamp gets > disabled? > Please let me know. > Thanks. > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"