| /webrtc/ice/src/agent/ |
| H A D | agent_selector.rs | 22 remote: &Arc<dyn Candidate + Send + Sync>, in ping_candidate() 28 remote: &Arc<dyn Candidate + Send + Sync>, in handle_success_response() 35 remote: &Arc<dyn Candidate + Send + Sync>, in handle_binding_request() 141 pair.remote in nominate_pair() 144 let remote = pair.remote.clone(); in nominate_pair() localVariable 145 Some((msg, local, remote)) in nominate_pair() 255 p.remote.to_string() in contact_candidates() 320 remote, in handle_success_response() 345 remote, in handle_success_response() 478 remote, in handle_success_response() [all …]
|
| H A D | agent_internal.rs | 397 let remote = p.remote.clone(); in ping_all_candidates() localVariable 415 remote, in add_pair() 429 if p.local.equal(&**local) && p.remote.equal(&**remote) { in find_pair() 493 if let (Some(local), Some(remote)) = (local, remote) { in check_keepalive() 717 remote in send_binding_request() 765 remote, in send_binding_success() 827 remote: SocketAddr, in handle_inbound() 837 remote, in handle_inbound() 892 remote in handle_inbound() 952 remote in handle_inbound() [all …]
|
| H A D | agent_test.rs | 128 for remote in remotes { in test_pair_priority() 149 remote: remote.clone(), in test_pair_priority() 259 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_handle_peer_reflexive_udp_pflx_candidate() localVariable 358 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_handle_peer_reflexive_unknown_remote() localVariable 646 let remote = SocketAddr::from_str("172.17.0.3:999")?; in test_inbound_validity() localVariable 675 remote, in test_inbound_validity() 695 remote, in test_inbound_validity() 724 remote, in test_inbound_validity() 753 remote, in test_inbound_validity() 783 remote, in test_inbound_validity() [all …]
|
| H A D | agent_stats.rs | 223 remote_candidate_id: cp.remote.id(), in get_candidate_pairs_stats()
|
| H A D | agent_transport.rs | 239 self.get_selected_pair().map(|pair| pair.remote.addr()) in remote_addr()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_candidate_pair.rs | 10 remote: RTCIceCandidate, field 15 write!(f, "(local) {} <-> (remote) {}", self.local, self.remote) in fmt() 26 pub fn new(local: RTCIceCandidate, remote: RTCIceCandidate) -> Self { in new() 27 let stats_id = Self::stats_id(&local.stats_id, &remote.stats_id); in new() 31 remote, in new()
|
| H A D | mod.rs | 92 let remote = RTCIceCandidate::from(&ice_pair.remote); in get_selected_candidate_pair() localVariable 93 return Some(RTCIceCandidatePair::new(local, remote)); in get_selected_candidate_pair() 129 remote: &Arc<dyn Candidate + Send + Sync>| { in start() 133 let remote = RTCIceCandidate::from(remote); in start() localVariable 139 f(RTCIceCandidatePair::new(local, remote)).await; in start()
|
| /webrtc/ice/src/candidate/ |
| H A D | mod.rs | 230 pub remote: Arc<dyn Candidate + Send + Sync>, field 241 remote: Arc::new(CandidateBase::default()), in default() 258 self.remote, in fmt() 259 self.remote.priority() in fmt() 272 self.remote, in fmt() 273 self.remote.priority() in fmt() 280 self.local.equal(&*other.local) && self.remote.equal(&*other.remote) in eq() 288 remote: Arc<dyn Candidate + Send + Sync>, in new() 293 remote, in new() 308 (self.local.priority(), self.remote.priority()) in priority() [all …]
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | README.md | 27 Hit the 'Start Session' button in the browser. You should see `have-remote-offer` below the `Send M…
|
| /webrtc/constraints/ |
| H A D | .gitignore | 78 # Directories potentially created on remote AFP share
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 143 …r `m=` line sections according to the specification. This might be break remote peers that relied … 170 * [#223 dtls_transport: always set remote certificate](https://github.com/webrtc-rs/webrtc/pull/223…
|