This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-09-22.21:50:27
SpamBayes Score 0.126925
Marked as misclassified No
Message-id <1253656230.46.0.20355250145.issue6971@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the SIO_KEEPALIVE_VALS option to socket.ioctl on windows allows a 
windows user to specify the timeout and interval for TCP keepalive support 
differently from the defaults specified in RFC 1122 on a per-socket basis.  
The 'option' is a tuple corresponging to the 'struct tcp_keepalive' 
expected by WSAIoctl
See http://msdn.microsoft.com/en-us/library/dd877220(VS.85).aspx for 
details.
History
Date User Action Args
2009-09-22 21:50:30kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-09-22 21:50:30kristjan.jonssonsetmessageid: <1253656230.46.0.20355250145.issue6971@psf.upfronthosting.co.za>
2009-09-22 21:50:28kristjan.jonssonlinkissue6971 messages
2009-09-22 21:50:28kristjan.jonssoncreate