Searched defs:Config (Results 1 – 11 of 11) sorted by relevance
| /webrtc/dtls/src/ |
| H A D | config.rs | 14 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 D | config.rs | 21 pub struct Config { struct 35 impl Config { argument
|
| /webrtc/mdns/src/ |
| H A D | config.rs | 5 pub struct Config { struct 8 pub query_interval: Duration, 12 pub local_names: Vec<String>,
|
| /webrtc/data/src/data_channel/ |
| H A D | mod.rs | 30 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 D | mod.rs | 24 pub struct Config { struct 40 pub fn new(config: Config) -> Self { in new() argument
|
| /webrtc/sctp/src/association/ |
| H A D | mod.rs | 175 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 D | association_internal.rs | 96 config: Config, in new()
|
| /webrtc/srtp/src/session/ |
| H A D | mod.rs | 44 config: Config, in new()
|
| /webrtc/dtls/src/conn/ |
| H A D | conn_test.rs | 102 mut cfg: Config, in create_test_client() 116 mut cfg: Config, in create_test_server()
|
| H A D | mod.rs | 146 mut config: Config, in new()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 319 ) -> Result<(DTLSRole, dtls::config::Config)> { in prepare_transport()
|