comparison src/os/win32/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 7cdf612fd58c
children 37ef53ecd6b0
comparison
equal deleted inserted replaced
9146:f3412ec3b6d1 9147:58afcd72446f
55 #define NGX_EHOSTUNREACH WSAEHOSTUNREACH 55 #define NGX_EHOSTUNREACH WSAEHOSTUNREACH
56 #define NGX_ENOMOREFILES ERROR_NO_MORE_FILES 56 #define NGX_ENOMOREFILES ERROR_NO_MORE_FILES
57 #define NGX_EILSEQ ERROR_NO_UNICODE_TRANSLATION 57 #define NGX_EILSEQ ERROR_NO_UNICODE_TRANSLATION
58 #define NGX_ELOOP 0 58 #define NGX_ELOOP 0
59 #define NGX_EBADF WSAEBADF 59 #define NGX_EBADF WSAEBADF
60 #define NGX_EMSGSIZE WSAEMSGSIZE
60 61
61 #define NGX_EALREADY WSAEALREADY 62 #define NGX_EALREADY WSAEALREADY
62 #define NGX_EINVAL WSAEINVAL 63 #define NGX_EINVAL WSAEINVAL
63 #define NGX_EMFILE WSAEMFILE 64 #define NGX_EMFILE WSAEMFILE
64 #define NGX_ENFILE WSAEMFILE 65 #define NGX_ENFILE WSAEMFILE