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
Is your feature request related to a problem? Please describe.
Now that we check the return for fcntl, turns out it fails on VxWorks 6.9 (not implemented). Used in OS_SocketOpen_Impl and OS_SocketAccept_Impl:
Adds the capability for the bsd sockets implementation to use
a function provided by the OS layer to set the socket flags.
This allows VxWorks to have an alternative implementation that
uses ioctl rather than fcntl to set the flags.
Adds the capability for the bsd sockets implementation to use
a function provided by the OS layer to set the socket flags.
This allows VxWorks to have an alternative implementation that
uses ioctl rather than fcntl to set the flags.
Is your feature request related to a problem? Please describe.
Now that we check the return for fcntl, turns out it fails on VxWorks 6.9 (not implemented). Used in OS_SocketOpen_Impl and OS_SocketAccept_Impl:
osal/src/os/portable/os-impl-bsd-sockets.c
Line 163 in 2a2defb
osal/src/os/portable/os-impl-bsd-sockets.c
Line 444 in 2a2defb
Describe the solution you'd like
Consider trying ioctl if fcntl fails? Rumor has it ioctl is supported.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: