Re: [patch] Use the same backlog parameter for listen() function in netcat.c

2018-09-18 Thread Theo de Raadt
I don't see the point of making such a change. Nan Xiao wrote: > Hi tech@, > > Since netcat can only process one connection at one time, maybe > UNIX-domain socket can use the same backlog parameter for listen() > function as network socket, thanks! > > diff --git netcat.c netcat.c > index

[patch] Use the same backlog parameter for listen() function in netcat.c

2018-09-17 Thread Nan Xiao
Hi tech@, Since netcat can only process one connection at one time, maybe UNIX-domain socket can use the same backlog parameter for listen() function as network socket, thanks! diff --git netcat.c netcat.c index 341e7e5..b6fd199 100644 --- netcat.c +++ netcat.c @@ -894,7 +894,7 @@