Forum Discussion
Altera_Forum
Honored Contributor
15 years ago8) Since a TCP/IP stack doesn't usually rely on a large number of kernel interfaces, take the kernel TCP/IP components from one of the BSD unix source trees, modify these and the socket interface and tx/rx packet interfaces to match your system's micro-kernel (aka buffer/timer/kernel thread) interfaces.
Use the BSD sources (not the linux ones) to avoid problems with the GPL.