aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-15 18:24:43 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-15 18:27:00 +0200
commit40864537f86e31e037a1232f015a06e9d73bf1e6 (patch)
tree82353c430fde2ba9bd57489d2f0806523d40aac5 /Changelog
parent90d926f6f32dd3ff06e5c49e6a982777ead9f691 (diff)
Don't set SO_KEEPALIVE on the socket.
This is most likely useless in our case since the TCP keepalive time is usually much higher than the IMAP timeout.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 67f6833..cf11878 100644
--- a/Changelog
+++ b/Changelog
@@ -13,7 +13,7 @@ interimap (0.2) upstream;
handshake.
* Rename the 'SSL_verify_trusted_peer', 'SSL_ca_path', and
'SSL_cipher_list' options to 'SSL_CApath', 'SSL_verify' and
- 'SSL_cipherlist', respectively.
+ 'SSL_cipherlist', respectively.
* Add an option 'SSL_CAfile' to specify a file containing trusted
certificates to use during server certificate authentication.
* Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.
@@ -22,6 +22,9 @@ interimap (0.2) upstream;
IPv6. (Both are core Perl module.)
* Add a configuration option 'proxy' to proxy TCP connections to the
IMAP server.
+ * Don't set SO_KEEPALIVE on the socket. This is most likely useless
+ in our case since the TCP keepalive time is usually much higher than
+ the IMAP timeout.
-- Guilhem Moulin <guilhem@guilhem.org> Wed, 09 Sep 2015 00:44:35 +0200