Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 11 of 11) sorted by relevance

/webrtc/dtls/src/
H A Dconfig.rs14 pub struct Config { struct
18 pub certificates: Vec<Certificate>,
22 pub cipher_suites: Vec<CipherSuiteId>,
34 pub client_auth: ClientAuthType,
42 pub flight_interval: Duration,
46 pub psk: Option<PskCallback>,
47 pub psk_identity_hint: Option<Vec<u8>>,
55 pub insecure_skip_verify: bool,
59 pub insecure_hashes: bool,
63 pub insecure_verification: bool,
[all …]
/webrtc/srtp/src/
H A Dconfig.rs21 pub struct Config { struct
35 impl Config { argument
/webrtc/mdns/src/
H A Dconfig.rs5 pub struct Config { struct
8 pub query_interval: Duration,
12 pub local_names: Vec<String>,
/webrtc/data/src/data_channel/
H A Dmod.rs30 pub struct Config { struct
42 pub config: Config, argument
65 config: Config, in dial()
77 config: Config, in accept()
/webrtc/webrtc/src/mux/
H A Dmod.rs24 pub struct Config { struct
40 pub fn new(config: Config) -> Self { in new() argument
/webrtc/sctp/src/association/
H A Dmod.rs175 pub struct Config { struct
176 pub net_conn: Arc<dyn Conn + Send + Sync>,
177 pub max_receive_buffer_size: u32,
178 pub max_message_size: u32,
179 pub name: String,
285 async fn new(config: Config, is_client: bool) -> Result<(Self, mpsc::Receiver<Option<Error>>)> { in new()
H A Dassociation_internal.rs96 config: Config, in new()
/webrtc/srtp/src/session/
H A Dmod.rs44 config: Config, in new()
/webrtc/dtls/src/conn/
H A Dconn_test.rs102 mut cfg: Config, in create_test_client()
116 mut cfg: Config, in create_test_server()
H A Dmod.rs146 mut config: Config, in new()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs319 ) -> Result<(DTLSRole, dtls::config::Config)> { in prepare_transport()