]> git.kaiwu.me - nginx.git/commit
QUIC: path MTU discovery.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 14 Aug 2023 05:21:27 +0000 (09:21 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 14 Aug 2023 05:21:27 +0000 (09:21 +0400)
commiteeb8a9f56f727d2543c8ae7feae0de784e329b27
treea3b6dbde4411df979e93ca7df075cb15a5156850
parent58fc5e2830a0fa70810005ca03fdb9a531719696
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.
12 files changed:
src/core/ngx_connection.c
src/core/ngx_connection.h
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_connection.h
src/event/quic/ngx_event_quic_migration.c
src/event/quic/ngx_event_quic_migration.h
src/event/quic/ngx_event_quic_output.c
src/event/quic/ngx_event_quic_output.h
src/event/quic/ngx_event_quic_ssl.c
src/os/unix/ngx_errno.h
src/os/win32/ngx_errno.h