🔊 add random IDs for QUIC connection events
parent
91a29abb39
commit
5a9c301747
|
@ -298,14 +298,14 @@ async fn handle_quic_connection (
|
||||||
|
|
||||||
match peer {
|
match peer {
|
||||||
protocol::P3Peer::P2ClientProxy (peer) => {
|
protocol::P3Peer::P2ClientProxy (peer) => {
|
||||||
trace! ("Accepting connection from P2 client");
|
trace! ("H36JTVE5 Accepting connection from P2 client");
|
||||||
// TODO: Check authorization for P2 peers
|
// TODO: Check authorization for P2 peers
|
||||||
|
|
||||||
protocol::p3_authorize_p2_peer (&mut send).await?;
|
protocol::p3_authorize_p2_peer (&mut send).await?;
|
||||||
handle_p2_connection (relay_state, conn, peer).await?;
|
handle_p2_connection (relay_state, conn, peer).await?;
|
||||||
},
|
},
|
||||||
protocol::P3Peer::P4ServerProxy (peer) => {
|
protocol::P3Peer::P4ServerProxy (peer) => {
|
||||||
trace! ("Accepting connection from P4 end server");
|
trace! ("LRHUKB7K Accepting connection from P4 end server");
|
||||||
// TODO: Check authorization for P4 peers
|
// TODO: Check authorization for P4 peers
|
||||||
|
|
||||||
protocol::p3_authorize_p4_peer (&mut send).await?;
|
protocol::p3_authorize_p4_peer (&mut send).await?;
|
||||||
|
|
Loading…
Reference in New Issue