where i can find this netem patch?

2006-05-05 Thread George Nychis
Hi, I need help finding this patch that Stephen made. He sent me a patch, but i do not think its related to the patch that solved this problem. I will include the patch he did forward to me at the bottom. However here is the problem, i even rtied his misspelling of change :) thorium-ini 15849-

how to change classful netem loss probability?

2006-04-26 Thread George Nychis
Hi, I am using netem to add loss and then adding another qdisc within netem according to the wiki. Then i want to change the netem drop probability without having to delete the qdisc and recreate it. I try it but I get invalid argument: thorium-ini hedpe # tc qdisc add dev ath0 root handle

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 b

Re: want to randomly drop packets based on percent

2006-04-17 Thread George Nychis
Stephen Hemminger wrote: O I wanted to insert artificial packet loss based on a percent so i found: network emulab qdisc could do it, so i compiled support into the kernel and tried: tc qdisc change dev eth0 root netem loss .1% ^^ You need to do add

Re: want to randomly drop packets based on percent

2006-04-17 Thread George Nychis
Stephen Hemminger wrote: O I wanted to insert artificial packet loss based on a percent so i found: network emulab qdisc could do it, so i compiled support into the kernel and tried: tc qdisc change dev eth0 root netem loss .1% ^^ You need to do add

Re: want to randomly drop packets based on percent

2006-04-17 Thread George Nychis
Stephen Hemminger wrote: On Mon, 17 Apr 2006 18:30:51 -0400 George Nychis <[EMAIL PROTECTED]> wrote: Stephen Hemminger wrote: On Mon, 17 Apr 2006 03:38:33 -0400 George Nychis <[EMAIL PROTECTED]> wrote: Hey, I'm using the 2.4.32 kernel with madwifi and

Re: want to randomly drop packets based on percent

2006-04-17 Thread George Nychis
Stephen Hemminger wrote: On Mon, 17 Apr 2006 03:38:33 -0400 George Nychis <[EMAIL PROTECTED]> wrote: Hey, I'm using the 2.4.32 kernel with madwifi and iproute2 version 2-2.6.16-060323.tar.gz I wanted to insert artificial packet loss based on a percent so i found: network e

want to randomly drop packets based on percent

2006-04-17 Thread George Nychis
Hey, I'm using the 2.4.32 kernel with madwifi and iproute2 version 2-2.6.16-060323.tar.gz I wanted to insert artificial packet loss based on a percent so i found: network emulab qdisc could do it, so i compiled support into the kernel and tried: tc qdisc change dev eth0 root netem loss .1%