Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnat.rs73 bound: String, // key: "[<remote-ip>[:<remote-port>]]" field
84 bound: String::new(), // key: "[<remote-ip>[:<remote-port>]]" in default()
178 let bound = match self.nat_type.mapping_behavior { in translate_outbound() localVariable
198 let o_key = format!("udp:{}:{}", from.source_addr(), bound); in translate_outbound()
227 bound, in translate_outbound()
447 format!("{}:{}:{}", m.proto, m.local, m.bound) in get_outbound_map_key()
/webrtc/webrtc/
H A DCargo.toml53 # fixes "the trait bound `time::Month: From<u8>` is not satisfied"
H A DCHANGELOG.md68 * Stop sequence numbers from increasing in `TrackLocalStaticSample` while the bound `RTCRtpSender` …
138 …* [#214 set_direction add missing Send + Sync bound](https://github.com/webrtc-rs/webrtc/pull/214)…
139 …* [#213 set_direction add missing Sync bound](https://github.com/webrtc-rs/webrtc/pull/213) contri…