diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-09-30 20:54:46 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-09-30 20:54:46 +0300 |
commit | f797a8a5b5a2012b0cae9745f05386b628365cb7 (patch) | |
tree | fff9eb5a9b18bf544154cfb24bc6923b755ce2c9 /src/http/ngx_http_request.c | |
parent | 2c3ada57224a34403948e36772bb6dc65e80d353 (diff) | |
download | nginx-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/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions