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 Stephen Hemminger
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 iproute2 version

Re: want to randomly drop packets based on percent

2006-04-17 Thread Stephen Hemminger
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 iproute2 version > >>2-2.6

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 emulab qdisc

Re: want to randomly drop packets based on percent

2006-04-17 Thread Stephen Hemminger
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 emulab qdisc could do it, so i com

Re: want to randomly drop packets based on percent

2006-04-17 Thread Jan Engelhardt
> > 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 .

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%