Skip to content

Commit

Permalink
Increase max pairs to avoid dropping useful ones during roaming
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Mar 21, 2024
1 parent a1b36d4 commit 3515ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/connlib/snownet/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ where

let mut agent = IceAgent::new();
agent.set_controlling(true);
agent.set_max_candidate_pairs(300);

let session_key = Secret::new(random());
let ice_creds = agent.local_credentials();
Expand Down

0 comments on commit 3515ad8

Please sign in to comment.