solana/streamer
Alessandro Decina 77ce500494
quic server: disable GSO, reduce reply data allocations 10x (#1647)
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.
2024-06-13 01:20:09 +07:00
..
src quic server: disable GSO, reduce reply data allocations 10x (#1647) 2024-06-13 01:20:09 +07:00
tests sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
Cargo.toml Connection rate limiting (#948) 2024-05-14 17:33:43 -07:00