How to port/build TCP/IP Stack.

G. Paul Ziemba pz-freebsd-net at ziemba.us
Sun Aug 9 04:27:18 UTC 2009


boseatjntu at 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


More information about the freebsd-net mailing list