From 05577c18a895d701cb00eef44d758ebf1bd00ddf Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Wed, 26 Jan 2022 20:40:00 +0300 Subject: Core: added autotest for UDP segmentation offloading. --- src/os/unix/ngx_linux_config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/os/unix/ngx_linux_config.h') diff --git a/src/os/unix/ngx_linux_config.h b/src/os/unix/ngx_linux_config.h index 3036caebf..88fef47ce 100644 --- a/src/os/unix/ngx_linux_config.h +++ b/src/os/unix/ngx_linux_config.h @@ -103,6 +103,10 @@ typedef struct iocb ngx_aiocb_t; #include #endif +#if (NGX_HAVE_UDP_SEGMENT) +#include +#endif + #define NGX_LISTEN_BACKLOG 511 -- cgit v1.2.3