⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssl_get_default_timeout.pod

📁 开源的ssl算法openssl,版本0.9.8H
💻 POD
字号:
=pod=head1 NAMESSL_get_default_timeout - get default session timeout value=head1 SYNOPSIS #include <openssl/ssl.h> long SSL_get_default_timeout(const SSL *ssl);=head1 DESCRIPTIONSSL_get_default_timeout() returns the default timeout value assigned toSSL_SESSION objects negotiated for the protocol valid for B<ssl>.=head1 NOTESWhenever a new session is negotiated, it is assigned a timeout value,after which it will not be accepted for session reuse. If the timeoutvalue was not explicitly set usingL<SSL_CTX_set_timeout(3)|SSL_CTX_set_timeout(3)>, the hardcoded defaulttimeout for the protocol will be used.SSL_get_default_timeout() return this hardcoded value, which is 300 secondsfor all currently supported protocols (SSLv2, SSLv3, and TLSv1).=head1 RETURN VALUESSee description.=head1 SEE ALSOL<ssl(3)|ssl(3)>,L<SSL_CTX_set_session_cache_mode(3)|SSL_CTX_set_session_cache_mode(3)>,L<SSL_SESSION_get_time(3)|SSL_SESSION_get_time(3)>,L<SSL_CTX_flush_sessions(3)|SSL_CTX_flush_sessions(3)>,L<SSL_get_default_timeout(3)|SSL_get_default_timeout(3)>=cut

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -