mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
use backlog -1 on Linux
thanks to Andrei Nigmatulin
This commit is contained in:
parent
b2492255f8
commit
95899a3f19
@ -88,7 +88,7 @@ typedef struct iocb ngx_aiocb_t;
|
||||
#endif
|
||||
|
||||
|
||||
#define NGX_LISTEN_BACKLOG 511
|
||||
#define NGX_LISTEN_BACKLOG -1
|
||||
|
||||
|
||||
#if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT
|
||||
|
Loading…
Reference in New Issue
Block a user