summaryrefslogtreecommitdiff
path: root/emu/port/ipif-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port/ipif-posix.c')
-rw-r--r--emu/port/ipif-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/ipif-posix.c b/emu/port/ipif-posix.c
index 589d455a..5af79f50 100644
--- a/emu/port/ipif-posix.c
+++ b/emu/port/ipif-posix.c
@@ -194,7 +194,7 @@ so_listen(int fd)
int r;
osenter();
- r = listen(fd, 5);
+ r = listen(fd, 256);
osleave();
if(r < 0)
oserror();