yuzu-fork/src/core/internal_network
comex 755bcc459b Improve behavior when sending to closed connection
- 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?
2023-08-15 20:59:57 -04:00
..
network.cpp Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
network.h Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
network_interface.cpp Revert "Silence nifm spam" 2023-08-14 21:23:09 +02:00
network_interface.h yuzu: Multiple room UI improvements 2022-09-10 19:39:25 +02:00
socket_proxy.cpp network: Forward declarations 2023-07-17 15:36:03 -04:00
socket_proxy.h network: Forward declarations 2023-07-17 15:36:03 -04:00
sockets.h network: Forward declarations 2023-07-17 15:36:03 -04:00