Searched refs:channel_bind_timeout (Results 1 – 11 of 11) sorted by relevance
| /webrtc/turn/src/server/ |
| H A D | mod.rs | 33 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 D | config.rs | 40 pub channel_bind_timeout: Duration, field
|
| H A D | server_test.rs | 60 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 D | request.rs | 62 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 D | auth_test.rs | 70 channel_bind_timeout: Duration::from_secs(0), in test_new_long_term_auth_handler()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 42 channel_bind_timeout: Duration::from_secs(0), in test_server_reflexive_only_connection()
|
| H A D | candidate_relay_test.rs | 63 channel_bind_timeout: Duration::from_secs(0), in test_relay_only_connection()
|
| /webrtc/turn/examples/ |
| H A D | turn_server_udp.rs | 127 channel_bind_timeout: Duration::from_secs(0), in main()
|
| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 152 channel_bind_timeout: Duration::from_secs(0), in test_client_nonce_expiration()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 417 channel_bind_timeout: Duration::from_secs(0), in create_server()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 239 channel_bind_timeout: Duration::from_secs(0), in add_vnet_stun()
|