view auto/define @ 8170:e2086d8181fa quic

QUIC: added push event afer the address was validated. This allows to continue processing when the anti-amplification limit was hit.
author Vladimir Homutov <vl@nginx.com>
date Tue, 27 Oct 2020 00:00:56 +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