view auto/have_headers @ 8343:de715cdd4257 quic

Revert "Rejecting new connections with non-zero Initial packet." chrome-unstable 83.0.4103.7 starts with Initial packet number 1. I couldn't find a proper explanation besides this text in quic-transport: An endpoint MAY skip packet numbers when sending packets to detect this (Optimistic ACK Attack) behavior.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Apr 2020 12:01:45 +0300
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_HEADERS_H

#ifndef $have
#define $have  1
#endif

END