Set the IP address of this client @param addr specifies the IP address of this client
| 59 | /// Set the IP address of this client |
| 60 | /// @param addr specifies the IP address of this client |
| 61 | void setIPAddressOfSocket(const std::string &ipAddr) { |
| 62 | _ipAddr = ipAddr; |
| 63 | } |
| 64 | |
| 65 | /// Get the IP address of this client |
| 66 | const std::string &getIPAddressOfSocket() const { |