mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-04 22:07:43 +00:00
Unfix address and port
This commit is contained in:
parent
05e66c15d1
commit
21b1b967be
5 changed files with 33 additions and 26 deletions
|
|
@ -81,6 +81,9 @@ public:
|
|||
private:
|
||||
wxString m_gateway;
|
||||
in_addr m_address;
|
||||
|
||||
//the incoming G2 port, usually the default one unless the calling hotspot is behind a NAT, therefore keep track of it and use it to answer back instead of the default one
|
||||
unsigned int m_G2Port;
|
||||
DSTAR_PROTOCOL m_protocol;
|
||||
bool m_addrLock;
|
||||
bool m_protoLock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue