Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/channel_bind/
H A Dchannel_bind_test.rs10 async fn create_channel_bind(lifetime: Duration) -> Result<Allocation> { in create_channel_bind() function
33 let a = create_channel_bind(Duration::from_millis(20)).await?; in test_channel_bind()
46 let a = create_channel_bind(Duration::from_millis(20)).await?; in test_channel_bind_start()
58 let a = create_channel_bind(Duration::from_millis(30)).await?; in test_channel_bind_reset()