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

ntsi::StreamSocket::bind should provide an overload without requiring reuseAddress #168

Open
che2 opened this issue Jun 12, 2024 · 0 comments

Comments

@che2
Copy link
Contributor

che2 commented Jun 12, 2024

ntsi::StreamSocket::bind requires reuseAddress to be specified when called. This is problematic when the value of reuseAddress has already been set by setOption before bind is called.

I think we should provide an overload to bind without requiring 'reuseAddress', so that we can choose to preserve the existing value of that option.

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

No branches or pull requests

1 participant