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

TCP and UDP update_handle() does not prevent overlapping handles #8

Open
unizippro opened this issue Feb 21, 2022 · 1 comment
Open

Comments

@unizippro
Copy link
Contributor

SocketHandles act as primary keys for sockets. TcpSocket.update_handle() and UdpSocket.update_handle() does not prevent changing into an overlapping handle.
Should this be done to prevent multiple users/application from interfering with each other?

@unizippro
Copy link
Contributor Author

unizippro commented Mar 9, 2022

I do not see a good way to solve this, as a single socket does not have access to the set...

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