understandable construction for client tunnels

This commit is contained in:
weko 2023-05-08 20:28:19 +00:00
parent 008fb561b8
commit c86a1f63a2
6 changed files with 19 additions and 4 deletions

View file

@ -161,6 +161,8 @@ namespace client
void Stop ();
const char* GetName() { return m_Name.c_str (); }
const std::string GetRemoteDestination() { return m_Destination; }
int GetRemoteDestinationPort() { return m_DestinationPort; }
void SetKeepAliveInterval (uint32_t keepAliveInterval);
private: