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
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
What's the correct implementation for handling errors when using recvmmsg?
Prior to using recvmmsg, we freed the buffer immediately if nread < 0.
If we're using recvmmsg, should we continue to use this behavior or are we guaranteed to get a return with a NULL address even in the event of a transmission error?
Cheers! recvmmsg is awesome and we're very excited to use it. :-)
The text was updated successfully, but these errors were encountered:
What's the correct implementation for handling errors when using recvmmsg?
Prior to using
recvmmsg
, we freed the buffer immediately ifnread < 0
.If we're using
recvmmsg
, should we continue to use this behavior or are we guaranteed to get a return with a NULL address even in the event of a transmission error?Cheers!
recvmmsg
is awesome and we're very excited to use it. :-)The text was updated successfully, but these errors were encountered: