Network/HostnameInfo: Replace family/socketType raw value by engine enumeration
Former-commit-id: 40adb7654b5a741c5fa12c1b866e3b427b1be5e9
This commit is contained in:
@@ -118,6 +118,7 @@ namespace Nz
|
||||
switch (first.m_protocol)
|
||||
{
|
||||
case NetProtocol_Any:
|
||||
case NetProtocol_Unknown:
|
||||
break;
|
||||
|
||||
case NetProtocol_IPv4:
|
||||
@@ -167,6 +168,7 @@ namespace Nz
|
||||
switch (first.m_protocol)
|
||||
{
|
||||
case NetProtocol_Any:
|
||||
case NetProtocol_Unknown:
|
||||
break;
|
||||
|
||||
case NetProtocol_IPv4:
|
||||
|
||||
Reference in New Issue
Block a user