solana/streamer/src
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
..
nonblocking Connection rate limiting (#948) 2024-05-14 17:33:43 -07:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
packet.rs Remove redundant inc_new_counter for num received packets (#32664) 2023-07-31 09:53:17 -06:00
quic.rs quic server: disable GSO, reduce reply data allocations 10x (#1647) 2024-06-13 01:20:09 +07:00
recvmmsg.rs remove InetAddr from streamer/src/recvmmsg.rs (#558) 2024-04-05 16:51:30 +08:00
sendmmsg.rs remove InetAddr from streamer/src/sendmmsg.rs (#557) 2024-04-07 00:35:31 +08:00
socket.rs
streamer.rs BankingStage Forwarding Filter (#685) 2024-04-09 23:12:26 +00:00
tls_certificates.rs don't sign X.509 certs (#34896) 2024-01-28 16:17:46 -08:00