diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2023-08-14 09:21:27 +0400 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2023-08-14 09:21:27 +0400 |
| commit | eeb8a9f56f727d2543c8ae7feae0de784e329b27 (patch) | |
| tree | a3b6dbde4411df979e93ca7df075cb15a5156850 /src/event/quic/ngx_event_quic_output.h | |
| parent | 58fc5e2830a0fa70810005ca03fdb9a531719696 (diff) | |
| download | nginx-eeb8a9f56f727d2543c8ae7feae0de784e329b27.tar.gz nginx-eeb8a9f56f727d2543c8ae7feae0de784e329b27.tar.bz2 | |
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/event/quic/ngx_event_quic_output.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_output.h b/src/event/quic/ngx_event_quic_output.h index c19f14bf1..19f8990f4 100644 --- a/src/event/quic/ngx_event_quic_output.h +++ b/src/event/quic/ngx_event_quic_output.h @@ -12,8 +12,6 @@ #include <ngx_core.h> -size_t ngx_quic_max_udp_payload(ngx_connection_t *c); - ngx_int_t ngx_quic_output(ngx_connection_t *c); ngx_int_t ngx_quic_negotiate_version(ngx_connection_t *c, |
