aspnetcore/test/Microsoft.AspNetCore.Server...
Ben Adams 020e0b9dc5 Enable TCP Loopback Fast Path (Windows)
Enable TCP Loopback Fast Path; where the IP layer is skipped, for lower
latency for localhost comms, like HttpPlatformHandler+IIS reverse proxy

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

Have to do it this way due to open issue in libuv

Loopback fast path: libuv/libuv#489

Related: "Confirm HttpPlatformHandler uses Fast TCP Loopback"
aspnet/IISIntegration#29
2016-02-14 04:44:20 +00:00
..
TestHelpers
TestResources
AsciiDecoder.cs
ChunkWriterTests.cs
ChunkedResponseTests.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
ConnectionFilterTests.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DummyApplication.cs
EngineTests.cs Enable TCP Loopback Fast Path (Windows) 2016-02-14 04:44:20 +00:00
FrameFacts.cs
FrameRequestHeadersTests.cs
FrameResponseHeadersTests.cs
FrameTests.cs
HttpsConnectionFilterTests.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
KestrelServerInformationTests.cs
KestrelServerTests.cs
LifetimeNotImplemented.cs
MemoryPoolBlock2Tests.cs
MemoryPoolExtensions.cs
MemoryPoolIterator2Tests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.xproj
MultipleLoopTests.cs Enable TCP Loopback Fast Path (Windows) 2016-02-14 04:44:20 +00:00
NetworkingTests.cs Enable TCP Loopback Fast Path (Windows) 2016-02-14 04:44:20 +00:00
PathNormalizerTests.cs
ServerAddressFacts.cs
SocketInputTests.cs
SocketOutputTests.cs
StreamSocketOutputTests.cs
TestConnection.cs Enable TCP Loopback Fast Path (Windows) 2016-02-14 04:44:20 +00:00
TestDateHeaderValueManager.cs
TestInput.cs
TestLogger.cs
TestServer.cs Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
TestServiceContext.cs
UrlPathDecoder.cs
project.json Enable tests to run using dotnet xunit runner 2016-02-09 23:48:09 -08:00