view auto/nohave @ 9088:3028db26a0f5 quic

QUIC: resized input datagram buffer from 65535 to 65527. The value of 65527 is the maximum permitted UDP payload size.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 11 May 2023 09:49:34 +0400
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  0
#endif

END