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
ioctl(FIONREAD) returns the exact number of pending datagram bytes on Linux; on other platforms, apparently there's no guarantee as to what is returned - to have the accurate length, recvfrom(MSG_PEEK) must be called