mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 00:42:38 -04:00
revert r3864, it may cause kernel panic on some kernels while working with IPv6
This commit is contained in:
parent
efde3eb92e
commit
2bd01a0f01
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ typedef struct iocb ngx_aiocb_t;
|
|||
#endif
|
||||
|
||||
|
||||
#define NGX_LISTEN_BACKLOG -1
|
||||
#define NGX_LISTEN_BACKLOG 511
|
||||
|
||||
|
||||
#if defined TCP_DEFER_ACCEPT && !defined NGX_HAVE_DEFERRED_ACCEPT
|
||||
|
|
|
|||
Loading…
Reference in a new issue