From owner-freebsd-net@FreeBSD.ORG Sun Sep 25 10:52:02 2005 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 A972A16A41F for ; Sun, 25 Sep 2005 10:52:02 +0000 (GMT) (envelope-from vaibhave@cs.utah.edu) Received: from mail-svr1.cs.utah.edu (mail-svr1.cs.utah.edu [155.98.64.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56A3343D48 for ; Sun, 25 Sep 2005 10:52:02 +0000 (GMT) (envelope-from vaibhave@cs.utah.edu) Received: from localhost (localhost [127.0.0.1]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id C71CC346D9; Sun, 25 Sep 2005 04:52:01 -0600 (MDT) Received: from mail-svr1.cs.utah.edu ([127.0.0.1]) by localhost (mail-svr1.cs.utah.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16103-03; Sun, 25 Sep 2005 04:52:01 -0600 (MDT) Received: from trust.cs.utah.edu (trust.cs.utah.edu [155.98.65.28]) by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 5E363346D3; Sun, 25 Sep 2005 04:52:01 -0600 (MDT) Received: by trust.cs.utah.edu (Postfix, from userid 4969) id 3412A3F6C; Sun, 25 Sep 2005 04:52:01 -0600 (MDT) Received: from localhost (localhost [127.0.0.1]) by trust.cs.utah.edu (Postfix) with ESMTP id 24D533F1E; Sun, 25 Sep 2005 04:52:01 -0600 (MDT) Date: Sun, 25 Sep 2005 04:52:01 -0600 (MDT) From: Vaibhave Agarwal To: kamal kc In-Reply-To: <20050925103820.61410.qmail@web35709.mail.mud.yahoo.com> Message-ID: References: <20050925103820.61410.qmail@web35709.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: amavisd-new at cs.utah.edu Cc: freebsd-net@freebsd.org Subject: Re: kernel TCP/IP hack 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: Sun, 25 Sep 2005 10:52:02 -0000 go to /usr/src/sys/netinet For tcp hack: tcp_input.c and tcp_output.c for ip hack: ip_input.c and ip_output.c If you read the book: The Implementation (TCP/IP Illustrated, Volume 2) by Gary R. Wright, W. Richard Stevens You will understand how each and every line of code works. -vaibhave On Sun, 25 Sep 2005, kamal kc wrote: > does anybody know > where to start on /usr/src for tcp/ip hack > > i need it urgently > any resources, links will be appreciated > > thanks, > kamal > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >