diff options
Diffstat (limited to 'emu/FreeBSD/ipif.c')
| -rw-r--r-- | emu/FreeBSD/ipif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
