aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_quic_module.c
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2020-09-30 20:54:46 +0300
committerVladimir Homutov <vl@nginx.com>2020-09-30 20:54:46 +0300
commitf797a8a5b5a2012b0cae9745f05386b628365cb7 (patch)
treefff9eb5a9b18bf544154cfb24bc6923b755ce2c9 /src/stream/ngx_stream_quic_module.c
parent2c3ada57224a34403948e36772bb6dc65e80d353 (diff)
downloadnginx-f797a8a5b5a2012b0cae9745f05386b628365cb7.tar.gz
nginx-f797a8a5b5a2012b0cae9745f05386b628365cb7.zip
QUIC: added stateless reset support.
The new "quic_stateless_reset_token_key" directive is added. It sets the endpoint key used to generate stateless reset tokens and enables feature. If the endpoint receives short-header packet that can't be matched to existing connection, a stateless reset packet is generated with a proper token. If a valid stateless reset token is found in the incoming packet, the connection is closed. Example configuration: http { quic_stateless_reset_token_key "foo"; ... }
Diffstat (limited to 'src/stream/ngx_stream_quic_module.c')
0 files changed, 0 insertions, 0 deletions