Home
last modified time | relevance | path

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

/webrtc/turn/src/client/
H A Drelay_conn.rs455 self.refresh_allocation(Duration::from_secs(0), true /* dontWait=true */) in close()
459 async fn refresh_allocation( in refresh_allocation() method
594 result = self.refresh_allocation(lifetime, false).await; in on_timeout()