summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
Diffstat (limited to 'cups')
-rw-r--r--cups/http-addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http-addr.c b/cups/http-addr.c
index 86749c848..8e81c6f7d 100644
--- a/cups/http-addr.c
+++ b/cups/http-addr.c
@@ -243,7 +243,7 @@ httpAddrListen(http_addr_t *addr, /* I - Address to bind to */
* Listen...
*/
- if (listen(fd, 5))
+ if (listen(fd, 128))
{
_cupsSetHTTPError(HTTP_STATUS_ERROR);