[issue6971] Add the SIO_KEEPALIVE_VALS option to socket.ioctl

2009-09-27 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Ported to py3k in revision 75100 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6971] Add the SIO_KEEPALIVE_VALS option to socket.ioctl

2009-09-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Will you merge to py3k? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue6971] Add the SIO_KEEPALIVE_VALS option to socket.ioctl

2009-09-25 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Due to lack of comments, and the straight-forwardness of this change, I committed it to the trunk in revision 75054 -- resolution: -> accepted status: open -> closed ___ Python tracker

[issue6971] Add the SIO_KEEPALIVE_VALS option to socket.ioctl

2009-09-22 Thread Kristján Valur Jónsson
Changes by Kristján Valur Jónsson : -- type: -> feature request ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6971] Add the SIO_KEEPALIVE_VALS option to socket.ioctl

2009-09-22 Thread Kristján Valur Jónsson
New submission from Kristján Valur Jónsson : 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 c