RE: RFC 1323 implementation

Craig Buffinton <craigb@ftp.com> Fri, 01 May 1998 00:31 UTC

Delivery-Date: Thu, 30 Apr 1998 20:31:42 -0400
Return-Path: tcplw-relay@services.BSDI.COM
Received: from cnri.reston.va.us (ns.cnri.reston.va.us [132.151.1.1]) by ietf.org (8.8.5/8.8.7a) with ESMTP id UAA11747 for <ietf-archive@ietf.org>; Thu, 30 Apr 1998 20:31:41 -0400 (EDT)
Received: from services.BSDI.COM (services.BSDI.COM [205.230.225.19]) by cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id UAA19327 for <IETF-archive@cnri.reston.va.us>; Thu, 30 Apr 1998 20:34:07 -0400 (EDT)
Received: (from daemon@localhost) by services.BSDI.COM (8.8.7/8.8.8) id SAA27546 for tcplw-list@bsdi.com; Thu, 30 Apr 1998 18:26:56 -0600 (MDT)
Received: from mailfilter.bsdi.com (mailfilter.BSDI.COM [205.230.225.21]) by services.BSDI.COM (8.8.7/8.8.8) with ESMTP id SAA27539; Thu, 30 Apr 1998 18:26:39 -0600 (MDT)
Received: from wd40.ftp.com (ftp.com [128.127.2.123]) by mailfilter.bsdi.com (BSDI-MF 1.0) with ESMTP id SAA19848 env-from (craigb@ftp.com); Thu, 30 Apr 1998 18:25:45 -0600 (MDT)
Received: from mailserv-2high (ms1.ftp.com [128.127.2.93]) by wd40.ftp.com (8.8.8/8.8.8) with SMTP id UAA25396; Thu, 30 Apr 1998 20:26:31 -0400 (EDT)
Received: from CLYDE.ftp.com by mailserv-2high (SMI-8.6/SMI-SVR4) id UAA20044; Thu, 30 Apr 1998 20:26:30 -0400
Message-Id: <199805010026.UAA20044@mailserv-2high>
X-MAPI-MessageClass: IPM
Priority: Normal
To: dab@bsdi.com, tcplw@bsdi.com
Cc: tcp-impl@cthulhu.engr.sgi.com
X-Mailer: FTP Software Internet Mail 2.0
MIME-Version: 1.0
From: Craig Buffinton <craigb@ftp.com>
Sender: Craig Buffinton <craigb@ftp.com>
Subject: RE: RFC 1323 implementation
Date: Thu, 30 Apr 1998 20:27:25 -0400
Content-Type: text/plain; charset="US-ASCII"; X-MAPIextension=".TXT"
Content-Transfer-Encoding: 7bit

>>Reply to your message of 4/27/98 5:00 PM
>
The FTP Software OnNet Kernel for Windows 95 includes support
for all but #13 on the check list. It also implements 
RFC 2001 and 2018.

Craig Buffinton
Senior Software Engineer
FTP Software
978-684-6653


	      _  Section 2.2
	  1. |x|   Window Scale Option
	  2. |x|   Only send in SYN/ACK if received in SYN
	  3. |x|   Window Scale size based on receive buffer size

-->			receive buffer size can be set by registry or app.

	      _  Section 2.3
	  4. |x|   Shift values > 14 are logged and treated as 14.

-->			Shift values > 14 are not logged

	      _  Section 3.2
	  5. |x|   Timestamps Option
	  6. |x|   Only send in SYN/ACK if received in SYN
	  7. |x|   RTT calculations based on Timestamps

	      _  Section 3.4
	 *8. |x|   Update TS.Recent if:
	             SEG.TSval >= TSrecent and SEG.SEQ <= Last.ACK.sent

	      _  Section 4.x
	  9. |x|   PAWS
	 10. |x|   "invalidate" TS.Recent if idle > 24 days.
 
	      _  Appendix A:
	*11. |x|   TCP Maxseg option: MSS = MTU - fixed IP/TCP header
	*12. |x|   On output: adjust TCP data length for TCP options
	*13. |_|              adjust TCP data length for IP options

--> 			TCP data length not adjusted for IP options 

	      _  Appendix C:
	*14. |x|   Disable Karn algorithm w/RTTM


>>End of message