From owner-freebsd-net@FreeBSD.ORG Fri Sep 29 09:28:20 2006 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 D747916A403 for ; Fri, 29 Sep 2006 09:28:20 +0000 (UTC) (envelope-from chirisum@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446C043D46 for ; Fri, 29 Sep 2006 09:28:20 +0000 (GMT) (envelope-from chirisum@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so965802nfc for ; Fri, 29 Sep 2006 02:28:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=bgFB9r0aKOod8VxXnEK5lKYNC/qVHGWRnpKo7Ejj1GjNvU19SpKmNZpa4KweWAilA0KeyJkQo2CYiDIdMwAG6pR9gw+RRw1DXFNY8Vz8tz81737ovLA4mFgAh/RM03YdgnooK95ev6bvhu9ZK1hX0ETyJPI4Q4lfukMVgVXiV1g= Received: by 10.78.128.11 with SMTP id a11mr187309hud; Fri, 29 Sep 2006 02:28:18 -0700 (PDT) Received: by 10.78.160.15 with HTTP; Fri, 29 Sep 2006 02:28:18 -0700 (PDT) Message-ID: Date: Fri, 29 Sep 2006 14:58:18 +0530 From: "Srini vasa" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: TCP SACK query 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, 29 Sep 2006 09:28:20 -0000 Hi, Is there a document discussing the implementation of SACK in freeBSD TCPIP stack?? I am going through the code and have a few doubts regarding certain aspects of the code. thanks, Chiri