solana/tpu-client/src
Lijun Wang 7f223dc582
Added option to turn on UDP for TPU transaction and make UDP based TPU off by default (#27462)
--tpu-enable-udp is introduced. And when this is on, the transaction receive and transaction forward is enabled using udp.

Except for a few tests which was hard-coded sending transactions using udp, most tests are being done with udp based tpu disabled.
2022-09-07 13:19:14 -07:00
..
nonblocking Use batch send in bench-tps to send transactions (#27527) 2022-09-01 17:32:23 +00:00
connection_cache.rs Added option to turn on UDP for TPU transaction and make UDP based TPU off by default (#27462) 2022-09-07 13:19:14 -07:00
lib.rs
quic_client.rs
tpu_client.rs Use batch send in bench-tps to send transactions (#27527) 2022-09-01 17:32:23 +00:00
tpu_connection.rs
udp_client.rs