This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-06 11:45:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
libs
/
sofia-sip
/
.update
2 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add mechanism to set OpenSSL session timeout In a sofia profile, you can now set the parameter tls-timeout to a positive integer value which represents the maximum time in seconds that OpenSSL will keep a TLS session (and its ephemeral keys) alive. This value is passed to OpenSSL's SSL_CTX_set_timeout(3). OpenSSL's default value is 300 seconds, but the relevant standard (RFC 2246) suggests that much longer session lifetimes are acceptable (it recommends values less than 24 hours). Longer values can be useful for extending battery life on mobile devices. Signed-off-by: Travis Cross <tc@traviscross.com>
2012-06-08 22:06:55 +00:00
Sat Jun 9 03:24:47 UTC 2012
Reference in New Issue
Copy Permalink