PIThread more accurate end, PIEthernet tcpserver client no reinit

This commit is contained in:
2024-09-17 13:22:20 +03:00
parent b99c51181d
commit f105f616f6
3 changed files with 9 additions and 5 deletions

View File

@@ -483,6 +483,7 @@ protected:
PRIVATE_DECLARATION(PIP_EXPORT)
int sock, sock_s;
std::atomic_bool connected_, connecting_, listen_threaded, server_bounded;
bool is_server_client = false;
mutable PINetworkAddress addr_r, addr_s, addr_lr;
Type eth_type;
PIThread server_thread_;