Allow to compile without NAT traversal, disabled by default

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-01-16 20:41:57 +01:00
parent 5eafed9454
commit 1e48be71dd
6 changed files with 24 additions and 1 deletions

View file

@ -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();