Bugzilla – Bug 2512
Byte mode not configured correctly in red-queue-disc-test-suite.cc
Last modified: 2017-01-09 14:11:35 UTC
Created attachment 2598 [details] red-byte-mode.patch In red-queue-disc-test-suite.cc, there is a large difference in the number of packet drops when run in byte mode and packet mode. This is because the MeanPktSize in RED is 500 bytes by default, whereas the test suite uses a pktSize of 1000 bytes. The patch provided here addresses the issue by configuring test suite to use pktSize of 500 bytes. Thanks, Mohit P. Tahiliani
Moving to 'LAST CALL'; will commit sometime soon if no comments.
Fixed by changeset 12521:7c23e2de62af, thanks!