Fixed UDP/TCP sockets and documented BaseObj class.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user