
26 Jul
2009
26 Jul
'09
10:23 p.m.
Yeah, I had seen this - but didn't want to duplicate something that Alessandro might already working on...
Alessandro - were you going to add out of order packets?
If the code has chances to go mainline, I'll be happy to complete this task. So unless I get a nak earlier, I'm going to find a time slot in the next few days (with your fixes, I suppose, or should they remain separate patches?)
To make your host send out of order/delayed packets, which should be more "real world/long haul" try something like: # modprobe sch_netem (if it's not compiled into your kernel) # tc qdisc change dev eth0 root netem reorder 50% delay 10ms
Thanks a lot, I was missing that. /alessandro