noise mode as enum

This commit is contained in:
Simon Wicky
2023-08-29 11:31:39 +02:00
parent 113f6ac201
commit 59085f8c2d
6 changed files with 59 additions and 13 deletions
@@ -120,6 +120,7 @@ impl ConnectionHandler {
let noise_stream = match upgrade_noise_responder_with_topology(
conn,
Default::default(),
&topology_ref,
epoch_id,
&self.local_identity.public_key().to_bytes(),