[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] using WF2Q+ for TCP



Hello,

I have found the wf2q+.cc code for Worst-case weighted fair queuing
algorithm.
When using UDP TRAFFIC, it worked very well, each flow deserves its own
proportion
of bandwidth.
But when using TCP/FTP, the throughput become abnormal. I use trace-queue
to trace the last node, there are only 'several' packets received in about
20 seconds.
(I also enlarge the queue size to avoid the behavior, but failed)


Does anybody have the idea to conquer the problem?

Thank you very much.