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

Add socket shutdown API #960

Closed
skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #976 or #979
Closed

Add socket shutdown API #960

skliper opened this issue Apr 13, 2021 · 0 comments · Fixed by #976 or #979
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Apr 13, 2021

Is your feature request related to a problem? Please describe.
No support for graceful shutdown of TCP sockets

Describe the solution you'd like
Add shutdown API

Describe alternatives you've considered
None

Additional context
Stakeholder request

Requester Info
Jacob Hageman - NASA/GSFC

ping @excaliburtb

@skliper skliper added this to the 6.0.0 milestone Apr 13, 2021
jphickey added a commit to jphickey/osal that referenced this issue Apr 28, 2021
Adds an OS_SocketShutdown() wrapper around the BSD socket shutdown() API.
This allows a data transfer of a stream socket to be gracefully shut
down prior to socket closure.
@jphickey jphickey linked a pull request Apr 28, 2021 that will close this issue
jphickey added a commit to jphickey/osal that referenced this issue Apr 28, 2021
Adds an OS_SocketShutdown() wrapper around the BSD socket shutdown() API.
This allows a data transfer of a stream socket to be gracefully shut
down prior to socket closure.
jphickey added a commit to jphickey/osal that referenced this issue Apr 28, 2021
Adds an OS_SocketShutdown() wrapper around the BSD socket shutdown() API.
This allows a data transfer of a stream socket to be gracefully shut
down prior to socket closure.
astrogeco added a commit that referenced this issue May 3, 2021
Fix #960, add socket shutdown implementation
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants