| /webrtc/sctp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/data/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/ice/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/rtp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/dtls/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/examples/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/util/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/turn/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/stun/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/rtcp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/mdns/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/media/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/srtp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/interceptor/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/constraints/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/sdp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal 7 in the Software without restriction, including without limitation the rights 9 copies of the Software, and to permit persons to whom the Software is 13 copies or substantial portions of the Software.
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 21 use stun::textattrs::{Nonce, Realm, Software, Username}; 159 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_fingerprint() 179 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_fingerprint() 250 let software = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message_integrity() 370 let software = Software::new(ATTR_SOFTWARE, "cydev/stun test".to_owned()); in benchmark_message() 392 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message() 412 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message() 450 Box::new(Software::new(ATTR_SOFTWARE, "webrtc-rs/stun".to_owned())), in benchmark_message()
|
| /webrtc/stun/src/ |
| H A D | textattrs.rs | 34 pub type Software = TextAttribute; typedef
|
| /webrtc/turn/src/client/ |
| H A D | mod.rs | 69 software: Software, 196 software: Software::new(ATTR_SOFTWARE, config.software), in new()
|