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

mbedTLS: fix blocking read #3132

Merged
merged 1 commit into from Oct 6, 2015
Merged

Conversation

sepalani
Copy link
Contributor

@sepalani sepalani commented Oct 4, 2015

When the emulator tries to connect to an SSL server the read is blocking which prevents musics to be played, graphics to be updated, etc.

To test this PR:
Redirect naswii.nintendowifi.net (using a DNS server or your hosts file) to your local IP and use netcat to listen on port 443:

nc -l 443

Then go online with a game that uses Nintendo WiFi connection (doesn't work with third party online servers because the game is SSL stripped!).

shuffle2 added a commit that referenced this pull request Oct 6, 2015
@shuffle2 shuffle2 merged commit 1c97da4 into dolphin-emu:master Oct 6, 2015
@sepalani sepalani deleted the fix_mbedtls branch October 6, 2015 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants