Skip to content

Commit

Permalink
fix agent_test.rs (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 10, 2024
1 parent 2d663bd commit 659212a
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 460 deletions.
4 changes: 2 additions & 2 deletions rtc-ice/src/agent/agent_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ pub(crate) const MAX_BINDING_REQUEST_TIMEOUT: Duration = Duration::from_millis(4
pub(crate) fn default_candidate_types() -> Vec<CandidateType> {
vec![
CandidateType::Host,
//CandidateType::ServerReflexive,
//CandidateType::Relay,
CandidateType::ServerReflexive,
CandidateType::Relay,
]
}

Expand Down
Loading

0 comments on commit 659212a

Please sign in to comment.