http://lkml.indiana.edu/hypermail/linux/kernel/0204.2/0193.htmlRe: tcp/ip stack in user space (possible FAQ addition?)From: Eric Weigle ([email protected])Date: Tue Apr 16 2002 - 15:00:45 EST
> i want to move tcp/ip stack(including routing and
Several people have user-mode network stacks at various levels of
Here are some URLs to which you can refer for more information:
You want an extensible packet handling mechanism, and can be found with: iptables/ipchains -- the native Linux firewalling tools, http://netfilter.samba.org/ tc -- the Traffic control program, http://www.sparre.dk/pub/linux/tc/ libpcap -- packet capture library, http://www.tcpdump.org |
