🔊 add random IDs for QUIC connection events

main
(on company time) 2022-12-16 13:25:21 -06:00
parent 91a29abb39
commit 5a9c301747
1 changed files with 2 additions and 2 deletions

View File

@ -298,14 +298,14 @@ async fn handle_quic_connection (
match peer {
protocol::P3Peer::P2ClientProxy (peer) => {
trace! ("Accepting connection from P2 client");
trace! ("H36JTVE5 Accepting connection from P2 client");
// TODO: Check authorization for P2 peers
protocol::p3_authorize_p2_peer (&mut send).await?;
handle_p2_connection (relay_state, conn, peer).await?;
},
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
protocol::p3_authorize_p4_peer (&mut send).await?;