Network: Little clean up

Former-commit-id: 594fbfbbe9051ac4ec7b647f9e2eb1a74d640a69
This commit is contained in:
Lynix
2015-11-10 13:35:09 +01:00
parent 65bc2d46e7
commit 66daa68333
2 changed files with 5 additions and 7 deletions

View File

@@ -91,8 +91,8 @@ namespace Nz
IpAddress address;
String canonicalName;
int flags;
int family;
int socketType;
int family; //< TODO: NetProtocol
int socketType; //< TODO: SocketType
};
}