You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CODELPacketQueue::dequeue function, dodequeue_result r is redefined at Line 74 and Line 84. Therefore, it seems that this function finally returns the packet obtained from dodequeue at line 65, which may have been intended to be dropped.
In the
CODELPacketQueue::dequeue
function,dodequeue_result r
is redefined at Line 74 and Line 84. Therefore, it seems that this function finally returns the packet obtained fromdodequeue
at line 65, which may have been intended to be dropped.mahimahi/src/packet/codel_packet_queue.cc
Lines 62 to 94 in 0bd1216
This does not seem to affect the number of dropped packets, but rather which specific packet is dropped.
If this is indeed a bug, perhaps this patch should work.
The text was updated successfully, but these errors were encountered: