mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-21 06:03:58 +00:00
Allow to compile without NAT traversal, disabled by default
This commit is contained in:
parent
5eafed9454
commit
1e48be71dd
6 changed files with 24 additions and 1 deletions
|
|
@ -52,7 +52,9 @@ public:
|
|||
CHeaderData* readHeader(in_addr incomingAddress, unsigned int incomingPort);
|
||||
CAMBEData* readAMBE(in_addr incomingAddress, unsigned int incomingPort);
|
||||
|
||||
#if defined(ENABLE_NAT_TRAVERSAL)
|
||||
void traverseNat(const wxString& addr);
|
||||
#endif
|
||||
|
||||
void close();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue