diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2024-03-22 14:53:19 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2024-03-22 14:53:19 +0400 |
| commit | 03eba69013eb4f4499a5c09f72338ab95ce00801 (patch) | |
| tree | d37a10aebeeaacb2c8479956151277b6d1f6c225 /src/stream/ngx_stream.h | |
| parent | f00b43167abbf8b34c5e1f9edcf8a71cdce8a70e (diff) | |
| download | nginx-03eba69013eb4f4499a5c09f72338ab95ce00801.tar.gz nginx-03eba69013eb4f4499a5c09f72338ab95ce00801.tar.bz2 | |
Stream: the "deferred" parameter of the "listen" directive.
The Linux TCP_DEFER_ACCEPT support.
Diffstat (limited to 'src/stream/ngx_stream.h')
| -rw-r--r-- | src/stream/ngx_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h index 3033206da..2221a14c9 100644 --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -53,6 +53,7 @@ typedef struct { #if (NGX_HAVE_INET6) unsigned ipv6only:1; #endif + unsigned deferred_accept:1; unsigned reuseport:1; unsigned so_keepalive:2; unsigned proxy_protocol:1; |
