[issue32394] socket lib beahavior change in 3.6.4

Kamil report at bugs.python.org
Fri Dec 22 18:20:38 EST 2017


Kamil <skn78 at mail.ru> added the comment:

I suggest inserting the following code into socket.py:

if hasattr(sys, 'getwindowsversion') and sys.getwindowsversion()[0] < 10:
    del socket.TCP_KEEPCNT
    del socket.TCP_FASTOPEN

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32394>
_______________________________________


More information about the Python-bugs-list mailing list