mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Merge branch 'master' into api-1.1
This commit is contained in:
commit
fc68cfd438
@ -110,6 +110,7 @@ int initializePlatformSockets(void) {
|
||||
// Disable SIGPIPE signals to avoid us getting
|
||||
// killed when a socket gets an EPIPE error
|
||||
struct sigaction sa;
|
||||
sigemptyset(&sa.sa_mask);
|
||||
sa.sa_handler = SIG_IGN;
|
||||
sa.sa_flags = 0;
|
||||
if (sigaction(SIGPIPE, &sa, 0) == -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user