New submission from Daniel Stokes: 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 ---------- components: IO files: loopback_fast_path.patch keywords: patch messages: 261539 nosy: Daniel Stokes priority: normal severity: normal status: open title: Add the SIO_LOOPBACK_FAST_PATH option to socket.ioctl type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file42124/loopback_fast_path.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26536> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com