quic server: disable GSO The server only accepts inbound unidirectional streams initiated by clients, which means that reply data never exceeds one MTU. By disabling GSO, we make quinn_proto::Connection::poll_transmit allocate only 1 MTU vs 10 * MTU for _each_ transmit. This reduces allocations 10x. |
||
---|---|---|
.. | ||
nonblocking | ||
lib.rs | ||
packet.rs | ||
quic.rs | ||
recvmmsg.rs | ||
sendmmsg.rs | ||
socket.rs | ||
streamer.rs | ||
tls_certificates.rs |