Displaying 2 results from an estimated 2 matches for "rate_control".
Did you mean:
ipte_control
2005 Oct 11
1
How to do network emulation on incoming traffic?
I''m trying to simulate a satellite link to a Linux server to test
application performance. I haven''t used any of the tc stuff before,
but I blandly assured people it would be "easy" to set up a simulated
long thin pipe on a spare network interface.
However, now that I''m exploring, it''s proving quite difficult.
Let me start with the general question
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi,
I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2"
I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets?
I don''t need help with the actual code, just need help finding where to insert this code :)
Thanks!
George