aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_errno.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-08-14 09:21:27 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-08-14 09:21:27 +0400
commiteeb8a9f56f727d2543c8ae7feae0de784e329b27 (patch)
treea3b6dbde4411df979e93ca7df075cb15a5156850 /src/os/unix/ngx_errno.h
parent58fc5e2830a0fa70810005ca03fdb9a531719696 (diff)
downloadnginx-eeb8a9f56f727d2543c8ae7feae0de784e329b27.tar.gz
nginx-eeb8a9f56f727d2543c8ae7feae0de784e329b27.zip
QUIC: path MTU discovery.
MTU selection starts by doubling the initial MTU until the first failure. Then binary search is used to find the path MTU.
Diffstat (limited to 'src/os/unix/ngx_errno.h')
-rw-r--r--src/os/unix/ngx_errno.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_errno.h b/src/os/unix/ngx_errno.h
index 7d6ca764d..07fa8ced1 100644
--- a/src/os/unix/ngx_errno.h
+++ b/src/os/unix/ngx_errno.h
@@ -54,6 +54,7 @@ typedef int ngx_err_t;
#define NGX_ENOMOREFILES 0
#define NGX_ELOOP ELOOP
#define NGX_EBADF EBADF
+#define NGX_EMSGSIZE EMSGSIZE
#if (NGX_HAVE_OPENAT)
#define NGX_EMLINK EMLINK