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

dynamic socket settings #52

Open
vapier opened this issue Aug 4, 2022 · 0 comments
Open

dynamic socket settings #52

vapier opened this issue Aug 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vapier
Copy link

vapier commented Aug 4, 2022

currently the various socket settings can only be set once at construction (connect) time. i don't understand why. *NIX platforms allow all of these (send buf size, recv buf size, keep alive, nodelay) to be modified on the fly. Windows does too afaik. is there a platform that doesn't allow this that the API is catering to ?

having this limitation makes it difficult to map existing POSIX code onto the web platform without rewriting/forking things.

@GrapeGreen GrapeGreen added the enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants