Searched refs:alloc_close_notify (Results 1 – 14 of 14) sorted by relevance
| /webrtc/turn/src/allocation/ |
| H A D | allocation_manager.rs | 17 pub alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, field 25 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, field 35 alloc_close_notify: config.alloc_close_notify, in new() 108 self.alloc_close_notify.clone(), in create_allocation()
|
| H A D | mod.rs | 86 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, field 101 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, in new() 118 alloc_close_notify, in new() 252 if let Some(notify_tx) = &self.alloc_close_notify { in close()
|
| /webrtc/turn/src/server/ |
| H A D | config.rs | 43 pub alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, field
|
| H A D | mod.rs | 65 alloc_close_notify: config.alloc_close_notify.clone(), in new()
|
| H A D | server_test.rs | 61 alloc_close_notify: None, in test_server_simple() 196 alloc_close_notify: None, in build_vnet()
|
| /webrtc/turn/src/auth/ |
| H A D | auth_test.rs | 71 alloc_close_notify: None, in test_new_long_term_auth_handler()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 43 alloc_close_notify: None, in test_server_reflexive_only_connection()
|
| H A D | candidate_relay_test.rs | 64 alloc_close_notify: None, in test_relay_only_connection()
|
| /webrtc/turn/src/server/request/ |
| H A D | request_test.rs | 70 alloc_close_notify: None, in test_allocation_lifetime_deletion_zero_lifetime()
|
| /webrtc/turn/ |
| H A D | CHANGELOG.md | 6 * Added `alloc_close_notify` config parameter to `ServerConfig` and `Allocation`, to receive notify…
|
| /webrtc/turn/examples/ |
| H A D | turn_server_udp.rs | 128 alloc_close_notify: None, in main()
|
| /webrtc/turn/src/allocation/allocation_manager/ |
| H A D | allocation_manager_test.rs | 30 alloc_close_notify: None, in new_test_manager() 401 alloc_close_notify: Option<Sender<AllocationInfo>>, in create_server() 418 alloc_close_notify, in create_server()
|
| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 153 alloc_close_notify: None, in test_client_nonce_expiration()
|
| /webrtc/ice/src/agent/ |
| H A D | agent_vnet_test.rs | 240 alloc_close_notify: None, in add_vnet_stun()
|