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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |