git-svn-id: svn://db.shs.com.ru/pip@244 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -399,10 +399,10 @@ protected:
|
||||
void applyOptInt(int level, int opt, int val);
|
||||
|
||||
PRIVATE_DECLARATION
|
||||
int sock, sock_s, wrote;
|
||||
mutable int port_, port_s, port_c, port_r;
|
||||
int sock, sock_s;
|
||||
mutable int port_, port_s, port_r;
|
||||
bool connected_, connecting_, listen_threaded, server_bounded;
|
||||
mutable PIString ip_, ip_s, ip_c, ip_r;
|
||||
mutable PIString ip_, ip_s, ip_r;
|
||||
PIThread server_thread_;
|
||||
PIMutex clients_mutex;
|
||||
PIVector<PIEthernet * > clients_;
|
||||
|
||||
Reference in New Issue
Block a user