mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
use backlog -1 on Linux
thanks to Andrei Nigmatulin
This commit is contained in:
parent
b2492255f8
commit
95899a3f19
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue