tc, netem: Emulating multiple connections, problem with limit on the number of PRIO bands
Hi,
to emulate a wireless network I have to assign a packet loss depending on
the target IP address. The idea was to use a PRIO qdisc with n bands for n
nodes and use filters to assign packets to the appropriate band depending
on the target address.
Unfortunately, the number of bands is limited to 16 (TC_PRIO_MAX in kernel
and iproute2). Because of the possible occurence of side-effects of
changing TC_PRIO_MAX to let's say 1000 I am looking for an alternative.
Distributing all packets to about 60 ifb-devices doesn't seem to be a
perfect idea either.
Any ideas would be greatly appreciated.
Thank you in advance.
Patrick
.
Relevant Pages
- Re: tc, netem: Emulating multiple connections, problem with limit on the number of PRIO bands
... to emulate a wireless network I have to assign a packet loss depending on ... the target IP address. ... nodes and use filters to assign packets to the appropriate band depending ... the number of bands is limited to 16 (TC_PRIO_MAX in kernel ... (comp.os.linux.networking) - Re: Problem connecting to VxWorks Target Agent
... Netmask 0xffff0000 Subnetmask 0xffff0000 ... 11 packets received; 4 packets sent ... do the packets actually reach the target or you just see the ... If you can successfully ping the target, it could be a target server ... (comp.os.vxworks) - Not able to connect to Device using Platform Builder
... have got the EBOOT running till the point that it is broadcasting the BOOTME ... packets and in response expecting to receive the response packets through ... I am able to detect the device in platform builder 5, as I am able to see ... Basic issue I am seeing is that on target, there is no UDP packets received ... (microsoft.public.windowsce.embedded) - RE: Malformed DNS or something odd (or just me)
... There are several different similar types of probes, ... The second UDP port is identical for all probes to any target address. ... - The payloads of the packets generally have IP addresses embedded in them. ... (Incidents) - Re: Multiple UDP connections in xPC Target?
... I wouldn't be so sure that 10 Mbit is fast enough to pass your traffic. ... So, if you send 2 small UDP packets on each time step, and another ... Consider switching to a 100 Mbit LAN card on the target. ... Collect N messages and put them all in the same UDP packet, ... (comp.soft-sys.matlab) |
|