From d0bdede7098e3ff0999edc74ebbcea79b2118c47 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Tue, 10 Nov 2015 11:11:32 -0800 Subject: [PATCH] Update the reference link in comments of SockAddr --- src/Microsoft.AspNet.Server.Kestrel/Networking/SockAddr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Server.Kestrel/Networking/SockAddr.cs b/src/Microsoft.AspNet.Server.Kestrel/Networking/SockAddr.cs index 2d41ed701a..3be4ee9301 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/Networking/SockAddr.cs +++ b/src/Microsoft.AspNet.Server.Kestrel/Networking/SockAddr.cs @@ -56,7 +56,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Networking // // Reference: // - Windows: https://msdn.microsoft.com/en-us/library/windows/desktop/ms740506(v=vs.85).aspx - // - Linux: https://github.com/torvalds/linux/blob/master/include/linux/socket.h + // - Linux: https://github.com/torvalds/linux/blob/6a13feb9c82803e2b815eca72fa7a9f5561d7861/include/linux/socket.h // - Apple: http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/sys/socket.h // Quick calculate the port by mask the field and locate the byte 3 and byte 4