solana icon indicating copy to clipboard operation
solana copied to clipboard

Enable QUIC client by default. Add arg to disable QUIC client. Take 2

Open willhickey opened this issue 1 year ago • 1 comments

This is a re-creation of PR #26879 which was reverted by PR #26913

Problem

  • As of v1.10.32 the validator listens for QUIC connections by default
  • The validator can forward transactions via quic if run with --tpu-use-quic, but doesn't by default

Summary of Changes

  • Switch the default client behavior to use QUIC
  • Add argument to disable the quic client

willhickey avatar Aug 04 '22 20:08 willhickey

Ready for rebase: https://github.com/solana-labs/solana/pull/27071 :)

CriesofCarrots avatar Aug 11 '22 07:08 CriesofCarrots

🎉 Screen Shot 2022-08-15 at 2 39 15 PM

CriesofCarrots avatar Aug 15 '22 20:08 CriesofCarrots

Creating issues to track the ignored tests... https://github.com/solana-labs/solana/issues/27160 https://github.com/solana-labs/solana/issues/27165

willhickey avatar Aug 15 '22 21:08 willhickey