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
The fcntl() function is documented as returning -1 on error, so
test for this condition and report errno if so. There is no
recourse/handling - this just reports the error.
However - failure to set the O_NONBLOCK flag via this method
will fall back to blocking mode being used (timeouts will not
work as a result).
The fcntl() function is documented as returning -1 on error, so
test for this condition and report errno if so. There is no
recourse/handling - this just reports the error.
However - failure to set the O_NONBLOCK flag via this method
will fall back to blocking mode being used (timeouts will not
work as a result).
Is your feature request related to a problem? Please describe.
Return status not checked/reported
osal/src/os/portable/os-impl-bsd-sockets.c
Line 364 in ead5723
Describe the solution you'd like
Add check and debug error output or explicitly void. Need to resolve w/ documentation research.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: