How to replace TCP stack
Hi,
I am looking for a way to replace standart Linux TCP stack with a modified one to introduce traffic shaping.
I wan't to do it in a kernel module to avoid upgrading the Linux kernel
Any idea
Thanks
Responses
Hi Eran,
to be honest - I don't think that's the way to go since replacing the tcp stack would render your support invalid. Rather have a look at 'tc' which is being shipped with RHEL5 in the iproute package.
If you don't get it set up with the manpage, have a look at the 'linux advanced routing and traffic control howto' (http://lartc.org).
Cheers
Marko
I agree with Marko. RHEL 4, 5 and 6 already have support for traffic shaping.
In addition to the lartc documentation, I can recommend the "wonder shaper" script from the same location. That script makes it relatively easy to configure traffic shaping.
If there is something you cannot figure out about that script, please let us know - I have done all kinds of traffic shaping with it over the years.
What are you trying to do?
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
