Home
last modified time | relevance | path

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

/webrtc/turn/src/proto/
H A Ddata.rs17 pub struct Data(pub Vec<u8>); struct
19 impl Setter for Data { implementation
27 impl Getter for Data { implementation
/webrtc/turn/src/proto/data/
H A Ddata_test.rs6 let d = Data(vec![1, 2, 33, 44, 0x13, 0xaf]); in test_data_add_to()
15 let mut data_decoded = Data::default(); in test_data_add_to()
22 let mut handle = Data::default(); in test_data_add_to()
/webrtc/examples/examples/
H A DREADME.md21 #### Data Channel API
22 - [x] [Data Channels](data-channels): The data-channels example shows how you can send/recv DataCha…
23 - [x] [Data Channels Create](data-channels-create): Example data-channels-create shows how you can …
24 - [x] [Data Channels Close](data-channels-close): Example data-channels-close is a variant of data-…
25Data Channels Detach](data-channels-detach): The data-channels-detach example shows how you can se…
26Data Channels Detach Create](data-channels-detach-create): Example data-channels-detach-create sho…
27 - [x] [Data Channels Flow Control](data-channels-flow-control): Example data-channels-flow-control …
/webrtc/turn/benches/
H A Dbench.rs7 use turn::proto::data::Data;
82 let d = Data(vec![0u8; 10]); in benchmark_data()
93 let d = Data(vec![0u8; 10]); in benchmark_data()
/webrtc/examples/examples/data-channels-detach-create/
H A DREADME.md16 The example can be used in the same way as the [Data Channels Create](data-channels-create) example.
/webrtc/examples/examples/ortc/
H A DREADME.md30 If everything worked you will see `Data channel 'Foo'-'' open.` in each terminal.
/webrtc/webrtc/src/
H A Derror.rs396 Data(#[from] data::Error), enumerator
/webrtc/turn/src/server/
H A Drequest.rs12 use crate::proto::data::Data;
675 let mut data_attr = Data::default(); in handle_send_indication()
/webrtc/turn/src/allocation/
H A Dmod.rs421 let data_attr = Data(buffer[..n].to_vec()); in packet_handler()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs122 let mut msg_data = Data::default(); in test_packet_handler()
/webrtc/turn/src/client/
H A Dmod.rs328 let mut data = Data::default(); in handle_stun_message()
H A Drelay_conn.rs298 Box::new(proto::data::Data(p.to_vec())), in send_to()
/webrtc/
H A DREADME.md80 …<img src="https://raw.githubusercontent.com/webrtc-rs/webrtc/master/doc/check.png">Data<a href="ht…