Date: Sun, 9 Aug 2009 04:02:23 +0000 (UTC) From: "G. Paul Ziemba" <pz-freebsd-net@ziemba.us> To: freebsd-net@freebsd.org Subject: Re: How to port/build TCP/IP Stack. Message-ID: <h5lhof$21fj$1@hairball.ziemba.us> References: <4A7A886B.3060900@elischer.org> <429535.52145.qm@web62106.mail.re1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
boseatjntu@yahoo.com (bose vemuri) writes: >Actually we need to implement TCP/IP stack on B >oot Loader(MIPS). We are planning to port FreeBSD TCP/IP Stack. Please help > me out how can i proceed further. An experienced developer could port IP, UDP, and TCP to an existing embedded system that already has an ethernet (or whatever lower layer you need) driver in a few weeks. You'll need to grab appropriate files from /usr/src/sys/netinet as well as the socket and mbuf related files from /usr/src/sys/kern and then connect it to the network driver for your physical interface. -- G. Paul Ziemba FreeBSD unix: 9:01PM up 13:05, 11 users, load averages: 0.02, 0.07, 0.07
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h5lhof$21fj$1>