From c29b1ebe0080f89b861e1aab934ab57e93338388 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 6 Aug 2009 22:10:34 +0100 Subject: 20090806-2210 --- emu/FreeBSD/ipif.c | 2 +- emu/NetBSD/ipif.c | 2 +- emu/Nt/ipif.c | 2 +- emu/OpenBSD/ipif.c | 2 +- emu/port/ipif-posix.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'emu') diff --git a/emu/FreeBSD/ipif.c b/emu/FreeBSD/ipif.c index 04d5bbbd..f6c621e8 100644 --- a/emu/FreeBSD/ipif.c +++ b/emu/FreeBSD/ipif.c @@ -186,7 +186,7 @@ so_listen(int fd) int r; osenter(); - r = listen(fd, 5); + r = listen(fd, 256); osleave(); if(r < 0) oserror(); diff --git a/emu/NetBSD/ipif.c b/emu/NetBSD/ipif.c index 04d5bbbd..f6c621e8 100644 --- a/emu/NetBSD/ipif.c +++ b/emu/NetBSD/ipif.c @@ -186,7 +186,7 @@ so_listen(int fd) int r; osenter(); - r = listen(fd, 5); + r = listen(fd, 256); osleave(); if(r < 0) oserror(); diff --git a/emu/Nt/ipif.c b/emu/Nt/ipif.c index 048ce542..4e3dba23 100644 --- a/emu/Nt/ipif.c +++ b/emu/Nt/ipif.c @@ -219,7 +219,7 @@ so_listen(int fd) int r; osenter(); - r = listen(fd, 5); + r = listen(fd, 256); osleave(); if(r < 0) oserror(); diff --git a/emu/OpenBSD/ipif.c b/emu/OpenBSD/ipif.c index 04d5bbbd..f6c621e8 100644 --- a/emu/OpenBSD/ipif.c +++ b/emu/OpenBSD/ipif.c @@ -186,7 +186,7 @@ so_listen(int fd) int r; osenter(); - r = listen(fd, 5); + r = listen(fd, 256); osleave(); if(r < 0) oserror(); 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(); -- cgit v1.2.3