mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-12-17 07:01:55 +01:00
- On Unix, this would previously kill the Yuzu process with SIGPIPE. Send MSG_NOSIGNAL to opt out of this. - Add support for the proper error code in this situation, EPIPE. - Windows has nonstandard behavior in this situation; translate it to the standard behavior. Kind of pointless, but isn't it nice to be correct? |
||
|---|---|---|
| .. | ||
| network_interface.cpp | ||
| network_interface.h | ||
| network.cpp | ||
| network.h | ||
| socket_proxy.cpp | ||
| socket_proxy.h | ||
| sockets.h | ||