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

[libos] Support TCP level socket options #1282

Open
iyzhang opened this issue May 15, 2024 · 0 comments
Open

[libos] Support TCP level socket options #1282

iyzhang opened this issue May 15, 2024 · 0 comments
Labels
enhancement Enhancement Request on an Existing Feature

Comments

@iyzhang
Copy link
Contributor

iyzhang commented May 15, 2024

Context

Currently, we only support SO_* options on sockets. We should also support TCP_* options. In particular, the keep alive flag is set at the socket level on both Windows and Linux, but Linux sets the keep alive parameters at the TCP level, while Windows uses a socket level data structure.

Proposed Solution

Unify these into our config files and figure out which direction we prefer (and what the correct hierarchy is).

Alternative Solutions

Give up and go home

@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label May 15, 2024
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

No branches or pull requests

1 participant