diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-13 13:15:03 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-13 13:15:03 +0200 |
commit | c7abefc668b1351ded4a58b93f78e84c62be1684 (patch) | |
tree | 9c65372906df402d87115dcab3d64aa438897c77 /NEWS | |
parent | 09d71d6dc7721dbc9c802405407ee9701d306993 (diff) | |
download | fetchmail-c7abefc668b1351ded4a58b93f78e84c62be1684.tar.gz fetchmail-c7abefc668b1351ded4a58b93f78e84c62be1684.tar.bz2 fetchmail-c7abefc668b1351ded4a58b93f78e84c62be1684.zip |
SockOpen(): set SO_KEEPALIVE.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ fetchmail-6.3.20 (not yet released): * fetchmail now supports an environment variable to suppress marking deleted messages as seen at the same time, FETCHMAIL_IMAP_DELETED_REMAINS_UNSEEN. See the manual page for details. Requested by Jonathan Buschmann. +* fetchmail sets Internet domain sockets to "keepalive" mode now. Note that + there is no portable way to configure actual timeouts for this mode, and some + systems only support a system-wide timeout setting. # BUG FIXES * Call strlen() only once when removing CRLF from a line. (Sunil Shetye) |