diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |