Re: [PATCH v2] Increase listen queue to 128

2014-11-24 Thread Pekka Paalanen
On Mon, 24 Nov 2014 16:10:49 +0200 Imran Zaman wrote: > This will allow more than 1 simultaneous client connections to the server > without the possibility of connection refused error. > > Signed-off-by: Imran Zaman > --- > src/wayland-server.c | 2 +- > 1 file changed, 1 insertion(+), 1 delet

[PATCH v2] Increase listen queue to 128

2014-11-24 Thread Imran Zaman
This will allow more than 1 simultaneous client connections to the server without the possibility of connection refused error. Signed-off-by: Imran Zaman --- src/wayland-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index