Streams are removed from kernel forwarding at the "Final packet stats" stage, which also stops the packet handler. But if a packet has already been received at this point, with the packet handler already running, only waiting to acquire the mutex, then the handler will run after the streams have been removed from kernel and will promptly push them back into kernel, where they will remain forever after.2.3
parent
f77395f9ec
commit
9b019a357c
Loading…
Reference in new issue