yuzu/src/core/network
Sönke Holz ddeb8d854e network: GetAndLogLastError: ignore Errno::AGAIN
If non-blocking sockets are used, they generate a lot of Errno::AGAIN errors when they didn't receive any data. These errors shouldn't be logged.
2021-08-07 02:54:25 +02:00
..
network.cpp network: GetAndLogLastError: ignore Errno::AGAIN 2021-08-07 02:54:25 +02:00
network.h [network] Error handling reform 2021-02-28 17:25:31 -05:00
sockets.h