comparison src/os/unix/ngx_errno.h @ 9147:58afcd72446f

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.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 14 Aug 2023 09:21:27 +0400
parents a5897d360977
children 37ef53ecd6b0
comparison
equal deleted inserted replaced
9146:f3412ec3b6d1 9147:58afcd72446f
52 #define NGX_ECANCELED ECANCELED 52 #define NGX_ECANCELED ECANCELED
53 #define NGX_EILSEQ EILSEQ 53 #define NGX_EILSEQ EILSEQ
54 #define NGX_ENOMOREFILES 0 54 #define NGX_ENOMOREFILES 0
55 #define NGX_ELOOP ELOOP 55 #define NGX_ELOOP ELOOP
56 #define NGX_EBADF EBADF 56 #define NGX_EBADF EBADF
57 #define NGX_EMSGSIZE EMSGSIZE
57 58
58 #if (NGX_HAVE_OPENAT) 59 #if (NGX_HAVE_OPENAT)
59 #define NGX_EMLINK EMLINK 60 #define NGX_EMLINK EMLINK
60 #endif 61 #endif
61 62