Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 3 of 3) sorted by relevance

/webrtc/turn/src/
H A Dlib.rs5 pub mod allocation; module
/webrtc/turn/src/client/
H A Dclient_test.rs174 let allocation = client.allocate().await?; in test_client_nonce_expiration() localVariable
/webrtc/turn/src/allocation/
H A Dallocation_manager.rs127 let allocation = self.allocations.lock().await.remove(five_tuple); in delete_allocation() localVariable