Message308943
| Author | skn78 |
|---|---|
| Recipients | ned.deily, paul.moore, skn78, steve.dower, thatiparthy, tim.golden, tjguk, zach.ware |
| Date | 2017-12-22.23:20:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513984838.58.0.213398074469.issue32394@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-22 23:20:38 | skn78 | set | recipients: + skn78, paul.moore, tim.golden, ned.deily, zach.ware, steve.dower, thatiparthy, tjguk |
| 2017-12-22 23:20:38 | skn78 | set | messageid: <1513984838.58.0.213398074469.issue32394@psf.upfronthosting.co.za> |
| 2017-12-22 23:20:38 | skn78 | link | issue32394 messages |
| 2017-12-22 23:20:38 | skn78 | create | |