Fixes and tweaks to the networking impl

This commit is contained in:
Wojtek Figat
2021-01-27 10:37:15 +01:00
parent a876e56339
commit cd2ae08da0
5 changed files with 87 additions and 88 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
#include "NetworkBase.h"
@@ -101,4 +101,3 @@ NetworkEndPoint NetworkBase::RemapEndPointToIPv6(NetworkEndPoint& endPoint)
{
return NetworkEndPoint();
}