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

Fix for Windows ENOTCONN on connecting socket #13444

Merged
merged 2 commits into from
Feb 26, 2023

Conversation

RipleyTom
Copy link
Contributor

Fixes Windows returns ENOTCONN when using recvfrom/sendto on connecting socket instead of the expected EAGAIN.

Fixes Windows returns ENOTCONN when using recvfrom/sendto on connecting socket instead of the expected EAGAIN.
@halvors
Copy link

halvors commented Feb 25, 2023

Tested this patcth with the game Tom Clancy's Ghost Recon Advanced Warfighter 2 that had issues connecting to TCP server on Windows (but worked fine on Linux). With this change it works flawlessly!

@Megamouse Megamouse merged commit d9e0d01 into RPCS3:master Feb 26, 2023
@RipleyTom RipleyTom deleted the fix_one_more_windows_bug branch March 2, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants