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

[inetstack] Support SO_LINGER #1083

Closed
iyzhang opened this issue Dec 15, 2023 · 1 comment · Fixed by #1258
Closed

[inetstack] Support SO_LINGER #1083

iyzhang opened this issue Dec 15, 2023 · 1 comment · Fixed by #1258
Assignees
Labels
enhancement Enhancement Request on an Existing Feature

Comments

@iyzhang
Copy link
Contributor

iyzhang commented Dec 15, 2023

Context

Currently our TCP stack does not properly perform a time wait. We should have an option for setting it once we do perform it.

Proposed Solution

Add a way for applications to set socket options in our API.

@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label Dec 15, 2023
@iyzhang
Copy link
Contributor Author

iyzhang commented Apr 26, 2024

We need a general way to set socket options, see issue #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant