Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.
[u/mdw/putty] / mac / otnet.c
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-02-15 ben<OpenTransportInternet.h> seems to want <Files.h>....
2003-02-04 benIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benWhen receiving data, only pass up to the backend as...
2003-01-12 benCorrect code to insert into a doubly-linked list.
2003-01-12 benCute though DNSAddresses are, they're a poor match...
2003-01-12 benUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 benChange error handling to store the error number rather...
2003-01-11 benInitial import of Owen's OpenTransport interface. ...