Home
last modified time | relevance | path

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

/webrtc/turn/src/server/
H A Dmod.rs33 channel_bind_timeout: Duration, field
47 channel_bind_timeout: config.channel_bind_timeout, in new()
52 if s.channel_bind_timeout == Duration::from_secs(0) { in new()
53 s.channel_bind_timeout = DEFAULT_LIFETIME; in new()
60 let channel_bind_timeout = s.channel_bind_timeout; in new() localVariable
74 channel_bind_timeout, in new()
149 channel_bind_timeout: Duration, in read_loop()
209 channel_bind_timeout, in read_loop()
H A Dconfig.rs40 pub channel_bind_timeout: Duration, field
H A Dserver_test.rs60 channel_bind_timeout: Duration::from_secs(0), in test_server_simple()
66 DEFAULT_LIFETIME, server.channel_bind_timeout, in test_server_simple()
195 channel_bind_timeout: Duration::from_secs(0), in build_vnet()
H A Drequest.rs62 pub channel_bind_timeout: Duration, field
80 channel_bind_timeout: Duration::from_secs(0), in new()
753 self.channel_bind_timeout, in handle_channel_bind_request()
/webrtc/turn/src/auth/
H A Dauth_test.rs70 channel_bind_timeout: Duration::from_secs(0), in test_new_long_term_auth_handler()
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs42 channel_bind_timeout: Duration::from_secs(0), in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs63 channel_bind_timeout: Duration::from_secs(0), in test_relay_only_connection()
/webrtc/turn/examples/
H A Dturn_server_udp.rs127 channel_bind_timeout: Duration::from_secs(0), in main()
/webrtc/turn/src/client/
H A Dclient_test.rs152 channel_bind_timeout: Duration::from_secs(0), in test_client_nonce_expiration()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs417 channel_bind_timeout: Duration::from_secs(0), in create_server()
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs239 channel_bind_timeout: Duration::from_secs(0), in add_vnet_stun()