From owner-freebsd-net@FreeBSD.ORG Fri May 4 19:15:31 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 579FD16A400 for ; Fri, 4 May 2007 19:15:31 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id EA62A13C465 for ; Fri, 4 May 2007 19:15:30 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 79289 invoked from network); 4 May 2007 18:36:14 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 4 May 2007 18:36:14 -0000 Message-ID: <463B8655.6020401@freebsd.org> Date: Fri, 04 May 2007 21:15:33 +0200 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Preethi Natarajan References: <463B8156.8060708@cis.udel.edu> In-Reply-To: <463B8156.8060708@cis.udel.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, "Paul D. Amer" Subject: Re: Details on TCP implementation 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, 04 May 2007 19:15:31 -0000 Preethi Natarajan wrote: > Hello, > > I am trying to understand the following details about TCP implementation > in FreeBSD (6.1). > > - The sack.enable sysctl turns on SACK options (RFC2018)? Yes. It allows SACK to be negotiated during the SYN/SYN-ACK session setup. > - Does the implementation leverage SACK information for retransmissions > (RFC3517)? Yes. > - Is Appropriate Byte Counting (ABC) available (RFC3465) now/in the future? Not yet but in the future. It is currently being implemented along with a 'pluggable' congestion control framework for TCP. -- Andre