From owner-freebsd-net@FreeBSD.ORG Thu Aug 6 07:38:21 2009 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 5F7F1106566C for ; Thu, 6 Aug 2009 07:38:21 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outP.internet-mail-service.net (outp.internet-mail-service.net [216.240.47.239]) by mx1.freebsd.org (Postfix) with ESMTP id 493EB8FC19 for ; Thu, 6 Aug 2009 07:38:21 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 82FDFB0D06; Thu, 6 Aug 2009 00:38:21 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 57F612D6006; Thu, 6 Aug 2009 00:38:20 -0700 (PDT) Message-ID: <4A7A886B.3060900@elischer.org> Date: Thu, 06 Aug 2009 00:38:19 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: bose vemuri References: <764002.27248.qm@web62108.mail.re1.yahoo.com> In-Reply-To: <764002.27248.qm@web62108.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: How to build TCP/IP Stack. 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: Thu, 06 Aug 2009 07:38:21 -0000 bose vemuri wrote: > Hi All, > > I have Installed FreeBSD on my Home PC. I would like to build TCP/IP stack module. please guide/help me to build the stack. > > Thank in advance, > Bose. > The tcp stackis not a separate module. there are parts of the system that are, but TCP/IP is not one of them. if you explained a bit more about what you want to do maybe we can help you... to recompile the system, assuming you have /usr/src installed. cd /usr/src; make buildkernel && make installkernel && reboot > > > _______________________________________________ > 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"