Home
last modified time | relevance | path

Searched refs:RelayConnConfig (Results 1 – 3 of 3) sorted by relevance

/webrtc/turn/src/client/relay_conn/
H A Drelay_conn_test.rs50 let config = RelayConnConfig { in test_relay_conn()
/webrtc/turn/src/client/
H A Drelay_conn.rs54 pub(crate) struct RelayConnConfig { struct
84 pub(crate) async fn new(obs: Arc<Mutex<T>>, config: RelayConnConfig) -> Self { in new()
195 fn new(obs: Arc<Mutex<T>>, config: RelayConnConfig) -> Self { in new()
H A Dmod.rs484 async fn allocate(&mut self) -> Result<RelayConnConfig> { in allocate() argument
565 Ok(RelayConnConfig { in allocate()