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

nall: make gdb server accept only one connection at a time. #1369

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

rasky
Copy link
Collaborator

@rasky rasky commented Jan 21, 2024

This closes the socket server after each successful connection so that new connections are immediately refused. Before, given that the server socket was always in listen mode, one additional connection could always be estabilished at the TCP level, even though the server wouldn't accept it right away.

This closes the socket server after each successful connection so that
new connections are immediately refused. Before, given that the server
socket was always in listen mode, one additional connection could
always be estabilished at the TCP level, even though the server wouldn't
accept it right away.
@LukeUsher LukeUsher merged commit e2caf17 into ares-emulator:master Jan 22, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants