Re: [offlist] Re: [LARTC] how to do probabilistic packet loss in kernel?

2006-04-19 Thread George Nychis
Hey Martin, I was able to do it with netem and its working great now. I've actually moved on to another challenge, I would like to drop packets at the hardware level such as to see rate control. Because when netem drops a packet, TCP responds, however the lower level card will not interact

how to do probabilistic packet loss in kernel?

2006-04-16 Thread George P Nychis
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

Re: how to do probabilistic packet loss in kernel?

2006-04-16 Thread Ian McDonald
On 4/17/06, George P Nychis [EMAIL PROTECTED] wrote: 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