From owner-freebsd-net@FreeBSD.ORG Thu Feb 10 14:31:06 2005 Return-Path: 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 D2C8B16A4CE for ; Thu, 10 Feb 2005 14:31:06 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8202C43D1F for ; Thu, 10 Feb 2005 14:31:04 +0000 (GMT) (envelope-from ethan.giordano@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so118705wra for ; Thu, 10 Feb 2005 06:31:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Zyjwe2+mwpToY/4i7M+5jsdgIkis2QkZh9tIP0pfYSZI2tXPN3W/95MRX087+E/7QHWfNDVez2h9skNG3i9r+BlBKlxTvXkskATHErZPYcumuxzCS+jYPTS7iSXC7yFrpzh5D7eeCDjnPTvrGPz7Ad0qyRhEci6WGMme9FXhiJs= Received: by 10.54.31.8 with SMTP id e8mr103979wre; Thu, 10 Feb 2005 06:31:03 -0800 (PST) Received: by 10.54.23.61 with HTTP; Thu, 10 Feb 2005 06:31:03 -0800 (PST) Message-ID: <22d7585c050210063173171560@mail.gmail.com> Date: Thu, 10 Feb 2005 09:31:03 -0500 From: Ethan Giordano To: freebsd-net@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Well documented source... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ethan Giordano List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 14:31:06 -0000 Is there a version of the newest TCP code that is well documented? In particular interest is TCP_input.c as I am attempted to implement Multiple Fast Retransmits so as to do some experiments to evaluate performance gain. ~Ethan Giordano University of Delaware