From owner-freebsd-net@FreeBSD.ORG Fri Jan 7 22:35:21 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB640106564A for ; Fri, 7 Jan 2011 22:35:21 +0000 (UTC) (envelope-from freebsd-net@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 802F58FC12 for ; Fri, 7 Jan 2011 22:35:21 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PbKtz-0000op-6W for freebsd-net@freebsd.org; Fri, 07 Jan 2011 23:35:19 +0100 Received: from cpe-188-129-116-202.dynamic.amis.hr ([188.129.116.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jan 2011 23:35:19 +0100 Received: from ivoras by cpe-188-129-116-202.dynamic.amis.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jan 2011 23:35:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-net@freebsd.org From: Ivan Voras Date: Fri, 07 Jan 2011 23:35:06 +0100 Lines: 12 Message-ID: References: <4D233524.6000403@DataIX.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-188-129-116-202.dynamic.amis.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: <4D233524.6000403@DataIX.net> Subject: Re: tcp implementation source code 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, 07 Jan 2011 22:35:21 -0000 On 01/04/11 15:56, J. Hellenthal wrote: > On 01/04/2011 04:46, Mickey Harvey wrote: >> I would like to know where I can find the source code for the TCP >> implementation so I can do some hacking on it. > > Have you looked through the repository at all ? > > http://svn.freebsd.org/ Specifically, http://svn.freebsd.org/viewvc/base/head/sys/netinet/ .