comparison src/os/unix/ngx_linux_config.h @ 8004:c0a432c0301b

Core: added autotest for UDP segmentation offloading.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Jan 2022 20:40:00 +0300
parents 56923e8e01a5
children
comparison
equal deleted inserted replaced
8003:0f6cc8f73744 8004:c0a432c0301b
101 101
102 #if (NGX_HAVE_CAPABILITIES) 102 #if (NGX_HAVE_CAPABILITIES)
103 #include <linux/capability.h> 103 #include <linux/capability.h>
104 #endif 104 #endif
105 105
106 #if (NGX_HAVE_UDP_SEGMENT)
107 #include <netinet/udp.h>
108 #endif
109
106 110
107 #define NGX_LISTEN_BACKLOG 511 111 #define NGX_LISTEN_BACKLOG 511
108 112
109 113
110 #ifndef NGX_HAVE_SO_SNDLOWAT 114 #ifndef NGX_HAVE_SO_SNDLOWAT