networking - FreeBSD TCP/IP stack OR Linux TCP/IP stack -


i checking out uip (micro ip) ip stack, figure out porting tcp/ip stack means.

i wondering if there way can cleanly remove tcp/ip stack freebsd codebase , linux codebase.

is there documentation ? simple removing couple of files , respective makefile components , building or copying code personal project ?

any pointers useful !

thanks !

in many modern oses tcp/ip stack very tightly integrated os, or uses many core os primitives (like memory allocation, synchronization, etc.) impossible "pull out" own project (assuming embedded). uip , lwip written purpose - using in own custom environment without many ties existing os services.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -