Add quic port for accepting transactions (#22753)

using quinn library

streamer: Sign TLS cert with validator identity key

Handle multiple incoming chunks
This commit is contained in:
sakridge
2022-02-04 15:27:09 +01:00
committed by GitHub
parent a47b76afcc
commit 5a230f418d
10 changed files with 660 additions and 26 deletions

View File

@ -38,6 +38,7 @@ pub mod poh_config;
pub mod precompiles;
pub mod program_utils;
pub mod pubkey;
pub mod quic;
pub mod recent_blockhashes_account;
pub mod rpc_port;
pub mod secp256k1_instruction;

1
sdk/src/quic.rs Normal file
View File

@ -0,0 +1 @@
pub const QUIC_PORT_OFFSET: u16 = 1;