Hi
I am the author of the Open-Source Project: Traffic Squeezer
Refer project URL for more details: http://trafficsqueezer.sourceforge.net
For my project, I need my basic Linux box to run more like a transparent L2-bridge.
So, i want to disable the TCP/IP kernel space stack from the user-space.
(Though a new kernel build can be built with no TCP option)
I want an option to disable it from the kernel which has got already the
TCP/IP stack up, from my user-space application too, when in need during runtime,
something through ioctl() calls, etc.
Can anyone help me on this regard??
rgds, Kiran. K