Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments incorrect on sockets #1262

Closed
thesamprice opened this issue Jun 26, 2022 · 0 comments · Fixed by #1321
Closed

Comments incorrect on sockets #1262

thesamprice opened this issue Jun 26, 2022 · 0 comments · Fixed by #1321
Labels
Milestone

Comments

@thesamprice
Copy link

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)
{
@skliper skliper added docs good first issue Good for newcomers labels Jul 5, 2022
dzbaker added a commit that referenced this issue Dec 6, 2022
…mment

Fix #1262, Update incorrect function header comment
@dzbaker dzbaker closed this as completed in 8405dfc Dec 6, 2022
@chillfig chillfig added this to the Draco milestone Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants