[LARTC] wifi network performance is degrading with iproute2

2006-07-05 Thread Abhishek Misra
Hello, I used iproute2 to do iif specific routing on wifi routers with 2 wifi 802.11b interfaces on non overlapping interfaces. I set rule as follows on router-2 (shown below) use table 100 if incomming interface is wlan0 use table 200 if incomming interface is wlan1 all routes in table 100

[LARTC] kernel udp rate limit

2006-07-05 Thread Sebastian Muniz
Hi List. First post, be gentle please. Is there any limit in the linux UDP rate? I am using linux kernel 2.6 and iperf to measure bandwidth between two endpoints connected by 100 Mbits ethernet. Running (as root) iperf -u -s and iperf -u -c always gives me 1.05 Mbits/seg even when runned in the

Re: [LARTC] kernel udp rate limit

2006-07-05 Thread Muthukumar S
iperf --help Client specific: -b, --bandwidth #[KM]for UDP, bandwidth to send at in bits/sec (default 1 Mbit/sec, implies -u) If you wanted to push 5 Mbit/sec you would say iperf -c 1.0.0.1 --udp --bandwidth 5M On 7/5/06, Sebastian Muniz [EMAIL PROTECTED] wrote:

[LARTC] Re: [PATCH 0/2] NET: Accurate packet scheduling for ATM/ADSL

2006-07-05 Thread Russell Stuart
On Tue, 2006-07-04 at 15:29 +0200, Patrick McHardy wrote: Unfortunately I still didn't got to cleaning them up, so I'm sending them in their preliminary state. Its not much that is missing, but the netem usage of skb-cb needs to be integrated better, I failed to move it to the qdisc_skb_cb so