solana/cli/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
..
address_lookup_table.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
checks.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
clap_app.rs Add use-quic flag to allow for using quic in program deploy (#27319) 2022-08-25 18:26:12 +02:00
cli.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
cluster_query.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
inflation.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
lib.rs cli: Add subcommands for address lookup tables (#27123) 2022-08-18 22:12:53 +01:00
main.rs Add use-quic flag to allow for using quic in program deploy (#27319) 2022-08-25 18:26:12 +02:00
memo.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
nonce.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
program.rs Add use-quic flag to allow for using quic in program deploy (#27319) 2022-08-25 18:26:12 +02:00
spend_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
test_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
validator_info.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
vote.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
wallet.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00