this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1501 from darlinghq/increase_backlog_size

Fix Simultaneously Launching Multiple Instances Of Darling

authored by

CuriousTommy and committed by
GitHub
4a73e139 25afbc76

+1 -1
+1 -1
src/shellspawn/shellspawn.c
··· 85 85 86 86 chmod(addr.sun_path, 0600); 87 87 88 - if (listen(g_serverSocket, 1) == -1) 88 + if (listen(g_serverSocket, 16384) == -1) 89 89 { 90 90 perror("Listening on unix socket"); 91 91 exit(EXIT_FAILURE);