Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dallocation_manager.rs17 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 Dmod.rs86 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 Dconfig.rs43 pub alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, field
H A Dmod.rs65 alloc_close_notify: config.alloc_close_notify.clone(), in new()
H A Dserver_test.rs61 alloc_close_notify: None, in test_server_simple()
196 alloc_close_notify: None, in build_vnet()
/webrtc/turn/src/auth/
H A Dauth_test.rs71 alloc_close_notify: None, in test_new_long_term_auth_handler()
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs43 alloc_close_notify: None, in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs64 alloc_close_notify: None, in test_relay_only_connection()
/webrtc/turn/src/server/request/
H A Drequest_test.rs70 alloc_close_notify: None, in test_allocation_lifetime_deletion_zero_lifetime()
/webrtc/turn/
H A DCHANGELOG.md6 * Added `alloc_close_notify` config parameter to `ServerConfig` and `Allocation`, to receive notify…
/webrtc/turn/examples/
H A Dturn_server_udp.rs128 alloc_close_notify: None, in main()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs30 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 Dclient_test.rs153 alloc_close_notify: None, in test_client_nonce_expiration()
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs240 alloc_close_notify: None, in add_vnet_stun()