summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b935e80..28ca65a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -105,7 +105,7 @@ static int create_socket(void) {
105 } 105 }
106 106
107 // Start listening 107 // Start listening
108 if (listen(listenfd, 5) != 0) { 108 if (listen(listenfd, 256) != 0) {
109 usbmuxd_log(LL_FATAL, "listen() failed: %s", strerror(errno)); 109 usbmuxd_log(LL_FATAL, "listen() failed: %s", strerror(errno));
110 return -1; 110 return -1;
111 } 111 }