Home
last modified time | relevance | path

Searched refs:software (Results 1 – 25 of 45) sorted by relevance

12

/webrtc/turn/src/client/
H A Dclient_test.rs21 software: "TEST SOFTWARE".to_owned(), in create_listening_test_client()
42 software: "TEST SOFTWARE".to_owned(), in create_listening_test_client_with_stun_serv()
165 software: String::new(), in test_client_nonce_expiration()
H A Dmod.rs55 pub software: String, field
69 software: Software, field
196 software: Software::new(ATTR_SOFTWARE, config.software), in new()
439 let attrs: Vec<Box<dyn Setter>> = if !self.software.text.is_empty() { in send_binding_request_to()
443 Box::new(self.software.clone()), in send_binding_request_to()
/webrtc/turn/src/server/
H A Dserver_test.rs78 software: String::new(), in test_server_simple()
232 software: String::new(), in test_server_vnet_send_binding_request()
269 software: String::new(), in test_server_vnet_echo_via_relay()
/webrtc/turn/src/auth/
H A Dauth_test.rs86 software: String::new(), in test_new_long_term_auth_handler()
/webrtc/stun/src/textattrs/
H A Dtextattrs_test.rs21 let software = TextAttribute::get_from_as(&m, ATTR_SOFTWARE)?; in test_software_get_from() localVariable
22 assert_eq!(software.to_string(), v, "Expected {v}, got {software}."); in test_software_get_from()
/webrtc/sctp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/data/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/ice/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/rtp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/dtls/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/examples/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/util/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/turn/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/stun/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/rtcp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/mdns/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/media/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/srtp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/interceptor/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/constraints/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/sdp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
/webrtc/stun/benches/
H A Dbench.rs250 let software = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message_integrity() localVariable
251 let _ = software.add_to(&mut m); in benchmark_message_integrity()
370 let software = Software::new(ATTR_SOFTWARE, "cydev/stun test".to_owned()); in benchmark_message() localVariable
371 software.add_to(&mut m).unwrap(); in benchmark_message()
/webrtc/examples/examples/rtp-to-webrtc/
H A DREADME.md34 You can use any software to send VP8 packets to port 5004. We also have the pre made examples below
/webrtc/examples/examples/broadcast/
H A DREADME.md5 This could serve as the building block to building conferencing software, and other applications wh…

12