We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f90e672 + b9e666d commit b519f9eCopy full SHA for b519f9e
src/lib.rs
@@ -46,7 +46,7 @@ mod net;
46
/// Default number of concurrent handshakes
47
pub const DEFAULT_MAX_HANDSHAKES: usize = 64;
48
/// Default timeout for the TLS handshake.
49
-pub const DEFAULT_HANDSHAKE_TIMEOUT: Duration = Duration::from_millis(200);
+pub const DEFAULT_HANDSHAKE_TIMEOUT: Duration = Duration::from_secs(10);
50
51
/// Trait for TLS implementation.
52
///
0 commit comments