diff --git a/docs/root/intro/arch_overview/http/http3.rst b/docs/root/intro/arch_overview/http/http3.rst index 26b8a899f3ee8..f29edc82251e4 100644 --- a/docs/root/intro/arch_overview/http/http3.rst +++ b/docs/root/intro/arch_overview/http/http3.rst @@ -35,7 +35,7 @@ log a warning on start-up if BPF is unsupported on the platform, or is attempted It is recommanded to monitor some UDP listener and QUIC connection stats: * :repo:`UDP listener downstream_rx_datagram_dropped `: non-zero means kernel's UDP listen socket's receive buffer isn't large enough. In Linux, it can be configured via listener :ref:`socket_options ` by setting prebinding socket option SO_RCVBUF at SOL_SOCKET level. -* :repo:`QUIC connection error codes and stream reset error codes `: please refer to `quic_error_codes.h `_ for the meaning of each error codes. +* :repo:`QUIC connection error codes and stream reset error codes `: please refer to `quic_error_codes.h `_ for the meaning of each error code. HTTP3 upstream --------------