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