]> git.kaiwu.me - nginx.git/commit
QUIC: added anti-amplification limit.
authorVladimir Homutov <vl@nginx.com>
Thu, 16 Jul 2020 13:36:02 +0000 (16:36 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 16 Jul 2020 13:36:02 +0000 (16:36 +0300)
commit91b6487d8dd5b309082a12f0bf597fc845e05912
tree7c54eddf8bb0c9c13b4b1c637b477beea6e9511d
parente05337214e3ef059777c089f4ad03682c626341c
QUIC: added anti-amplification limit.

According to quic-transport draft 29, section 21.12.1.1:

   Prior to validation, endpoints are limited in what they are able to
   send.  During the handshake, a server cannot send more than three
   times the data it receives; clients that initiate new connections or
   migrate to a new network path are limited.
src/event/ngx_event_quic.c