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

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

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