suyu/src/core/hle/service/sockets
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
..
bsd.cpp core: implement GetGaiStringErrorRequest, IContextRegistrar 2023-07-22 23:29:45 -04:00
bsd.h Implement SSL service 2023-06-25 12:53:31 -07:00
nsd.cpp ssl: remove ResultVal use 2023-08-08 11:09:37 -04:00
nsd.h core: implement GetGaiStringErrorRequest, IContextRegistrar 2023-07-22 23:29:45 -04:00
sfdnsres.cpp core: implement GetGaiStringErrorRequest, IContextRegistrar 2023-07-22 23:29:45 -04:00
sfdnsres.h core: implement GetGaiStringErrorRequest, IContextRegistrar 2023-07-22 23:29:45 -04:00
sockets.cpp service: refactor server architecture 2023-02-21 12:19:25 -05:00
sockets.h Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
sockets_translate.cpp Improve behavior when sending to closed connection 2023-08-15 20:59:57 -04:00
sockets_translate.h core: implement GetGaiStringErrorRequest, IContextRegistrar 2023-07-22 23:29:45 -04:00