New submission from Kristján Valur Jónsson <krist...@ccpgames.com>:

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.

----------
components: IO
files: wsaioctl.patch
keywords: easy, patch, patch
messages: 93020
nosy: krisvale
severity: normal
status: open
title: Add the SIO_KEEPALIVE_VALS option to socket.ioctl
versions: Python 2.7
Added file: http://bugs.python.org/file14950/wsaioctl.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6971>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to