Home
last modified time | relevance | path

Searched refs:TransactionMap (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/client/
H A Dtransaction.rs19 tr_map: &Arc<Mutex<TransactionMap>>, in on_rtx_timeout() argument
167 tr_map: Arc<Mutex<TransactionMap>>, in start_rtx_timer() argument
235 pub struct TransactionMap { struct
239 impl TransactionMap { impl
241 pub fn new() -> TransactionMap { in new()
242 TransactionMap { in new()
H A Dmod.rs70 tr_map: Arc<Mutex<TransactionMap>>,
197 tr_map: Arc::new(Mutex::new(TransactionMap::new())), in new()
269 tr_map: &Arc<Mutex<TransactionMap>>, in handle_inbound() argument
305 tr_map: &Arc<Mutex<TransactionMap>>, in handle_stun_message() argument