view auto/define @ 8073:eb5aa85294e9 quic

QUIC: discard unrecognized long packes. While there, updated comment about discarded packets.
author Vladimir Homutov <vl@nginx.com>
date Wed, 02 Sep 2020 09:54:15 +0300
parents d620f497c50f
children
line wrap: on
line source


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


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $have
#define $have  $value
#endif

END