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 Daniel Stokes
Recipients Daniel Stokes
Date 2016-03-11.03:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457666128.63.0.278319184112.issue26536@psf.upfronthosting.co.za>
In-reply-to
Content
Adding the SIO_LOOPBACK_FAST_PATH option to socket.ioctl on Windows allows Windows users to enable the loopback fast path option available on Windows 8+. This allows for much better TCP loopback performance on Windows.

For more information on TCP Loopback Fast Path, see:
  * https://msdn.microsoft.com/en-us/library/windows/desktop/jj841212%28v=vs.85%29.aspx
  * http://blogs.technet.com/b/wincat/archive/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path.aspx
History
Date User Action Args
2016-03-11 03:15:28Daniel Stokessetrecipients: + Daniel Stokes
2016-03-11 03:15:28Daniel Stokessetmessageid: <1457666128.63.0.278319184112.issue26536@psf.upfronthosting.co.za>
2016-03-11 03:15:25Daniel Stokeslinkissue26536 messages
2016-03-11 03:15:25Daniel Stokescreate