From c9bab2c521ef60272d1b8d960c78fcc37a765398 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Sat, 23 Jan 2021 21:07:19 +0100 Subject: [PATCH] Remove issue comment, resolved by commit #c9655ee. --- Source/Engine/Platform/Win32/Win32Network.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/Platform/Win32/Win32Network.cpp b/Source/Engine/Platform/Win32/Win32Network.cpp index a75eeaed5..2047be372 100644 --- a/Source/Engine/Platform/Win32/Win32Network.cpp +++ b/Source/Engine/Platform/Win32/Win32Network.cpp @@ -17,7 +17,6 @@ static WSAData _wsaData; /* * TODO: Create func to retrieve WSA error string * Known issues : - * Sometimes getaddrinfo fails without reason, re-trying right after works * Even if dualstacking is enabled it's not possible to bind an Ipv4mappedIPv6 endpoint. windows limitation */