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
Describe the bug
'src/os/portable/os-impl-bsd-sockets.c'
Shutdown comments refer to connecting.
/*----------------------------------------------------------------
Function: OS_SocketShutdown_Impl
Purpose: Connects the socket to a remote address.
Socket must be of the STREAM variety.
Returns: OS_SUCCESS on success, or relevant error code
------------------------------------------------------------------*/
int32 OS_SocketShutdown_Impl(const OS_object_token_t *token, OS_SocketShutdownMode_t Mode)
{
The text was updated successfully, but these errors were encountered:
Describe the bug
'src/os/portable/os-impl-bsd-sockets.c'
Shutdown comments refer to connecting.
The text was updated successfully, but these errors were encountered: