]> Pileus Git - ~andy/fetchmail/commit
Revert SO_???TIMEO-based STARTTLS timeout handling.
authorMatthias Andree <matthias.andree@gmx.de>
Mon, 6 Jun 2011 22:26:37 +0000 (00:26 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 21 Aug 2011 13:33:04 +0000 (15:33 +0200)
commitba842a38242a6c322c3324b476a9aeec40c2ccd3
tree5f0dfb198c30c68c869eb52ec944e88b5e060ee5
parent6127e14c9bfd10bfb5a3d12e7fba7d89bf1ab907
Revert SO_???TIMEO-based STARTTLS timeout handling.

This reverts commits 47c05b10018f5ec7493e4bd9f521aaa18d96f1e2
and 72ce8bce8dd655b6aefa33d0a74e883dad5202b5, the code isn't portable,
for instance, Solaris does not support SO_RCVTIMEO/SO_SNDTIMEO.
These socket-level options are known, but Solaris returns EAFNOSUPPORT.

Reported by Jonathan Buschmann.

Conflicts:

NEWS
socket.c
TODO-6.3.20 [new file with mode: 0644]