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 sockets using PacketBuffer (udp, icmp, raw) the receive path calls dequeue_padding() before doing the actual recieve. However, can_recv() doesn't do so, which means it's possible it returns true but then actually trying to receive yields no received data.
The text was updated successfully, but these errors were encountered:
in sockets using PacketBuffer (udp, icmp, raw) the receive path calls
dequeue_padding()
before doing the actual recieve. However,can_recv()
doesn't do so, which means it's possible it returnstrue
but then actually trying to receive yields no received data.The text was updated successfully, but these errors were encountered: