From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 19:55:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C06D16A4D2 for ; Mon, 18 Apr 2005 19:55:22 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD12443D3F for ; Mon, 18 Apr 2005 19:55:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 176A35C92; Mon, 18 Apr 2005 15:55:16 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 57390-06; Mon, 18 Apr 2005 15:55:15 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) by pi.codefab.com (Postfix) with ESMTP id 21DCC5C85; Mon, 18 Apr 2005 15:55:14 -0400 (EDT) Message-ID: <42641090.1010304@mac.com> Date: Mon, 18 Apr 2005 15:54:56 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: infofarmer@mail.ru References: <4263C45F.6020004@mail.ru> In-Reply-To: <4263C45F.6020004@mail.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: FreeBSD-Questions Questions Subject: Re: A description of FreeBSD TCP/IP implementation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 19:55:22 -0000 Andrew P. wrote: > I have found that in some cases networking > does not work as I expect in FreeBSD. I'm > reading TCP/IP Illustrated now, but I feel > like I also need a simple, but extensive > source of documentation on TCP/IP > implementation in FreeBSD. See RFC 790-793, plus a few others? Then take a look at the source code for anything else? -- -Chuck