Fixed UDP/TCP sockets and documented BaseObj class.

This commit is contained in:
2024-02-01 19:56:06 -08:00
parent c2cbb35cdf
commit 227188243e
6 changed files with 55 additions and 33 deletions

View File

@@ -14,10 +14,10 @@ namespace ehs
protected:
AddrType addrType;
Str_8 localAddr;
unsigned short localPort;
UInt_16 localPort;
Str_8 remoteHostName;
Str_8 remoteAddr;
unsigned short remotePort;
UInt_16 remotePort;
bool connection;
bool bound;
bool listening;