Cleanup
This commit is contained in:
parent
3d535f661f
commit
f44cff29e6
|
|
@ -75,10 +75,8 @@ bitflags! {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Determines the SSL method supported
|
/// Determines the SSL method supported
|
||||||
#[allow(non_camel_case_types)]
|
|
||||||
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
|
||||||
pub enum SslMethod {
|
pub enum SslMethod {
|
||||||
// TODO: support more methods
|
|
||||||
/// Support the TLS protocol
|
/// Support the TLS protocol
|
||||||
Tls,
|
Tls,
|
||||||
/// Support DTLS protocol
|
/// Support DTLS protocol
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue