mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
4a42f945c6
This commit adds four Glean probes: - http3_udp_datagram_segment_size_sent - http3_udp_datagram_segment_size_received - http3_udp_datagram_size_received - http3_udp_datagram_num_segments_received Given the performance impact tracking Glean metrics in the UDP hot path, see https://phabricator.services.mozilla.com/D216034#7453056, this commit introduces a sample buffer per metric. This will enable us to measure the impact of: - Implementation of Packetization Layer Path MTU Discovery for Datagram Transports (RFC 8899) [in Neqo](https://github.com/mozilla/neqo/pull/1903) - [Fast UDP for Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1901292) Differential Revision: https://phabricator.services.mozilla.com/D216034 |
||
---|---|---|
.. | ||
neqo | ||
neqo_glue | ||
moz.build | ||
nsINamedPipeService.idl | ||
nsISocketProvider.idl | ||
nsISocketProviderService.idl | ||
nsNamedPipeIOLayer.cpp | ||
nsNamedPipeIOLayer.h | ||
nsNamedPipeService.cpp | ||
nsNamedPipeService.h | ||
nsSocketProviderService.cpp | ||
nsSocketProviderService.h | ||
nsSOCKSIOLayer.cpp | ||
nsSOCKSIOLayer.h | ||
nsSOCKSSocketProvider.cpp | ||
nsSOCKSSocketProvider.h | ||
nsUDPSocketProvider.cpp | ||
nsUDPSocketProvider.h |