Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
testmessagehandler.cpp File Reference
#include "commonincludes.hpp"
#include "stuncore.h"
#include "unittest.h"
#include "stunauth.h"
#include "testmessagehandler.h"
Include dependency graph for testmessagehandler.cpp:

Go to the source code of this file.

Variables

static const uint16_t c_portServerPrimary = 3478
 
static const uint16_t c_portServerAlternate = 3479
 
static const char * c_szIPServerPrimary = "1.2.3.4"
 
static const char * c_szIPServerAlternate = "1.2.3.5"
 
static const char * c_szIPLocal = "2.2.2.2"
 
static const uint16_t c_portLocal = 2222
 
static const char * c_szIPMapped = "3.3.3.3"
 
static const uint16_t c_portMapped = 3333
 

Variable Documentation

const uint16_t c_portLocal = 2222
static

Definition at line 32 of file testmessagehandler.cpp.

const uint16_t c_portMapped = 3333
static

Definition at line 35 of file testmessagehandler.cpp.

const uint16_t c_portServerAlternate = 3479
static

Definition at line 27 of file testmessagehandler.cpp.

const uint16_t c_portServerPrimary = 3478
static

Definition at line 26 of file testmessagehandler.cpp.

const char* c_szIPLocal = "2.2.2.2"
static

Definition at line 31 of file testmessagehandler.cpp.

const char* c_szIPMapped = "3.3.3.3"
static

Definition at line 34 of file testmessagehandler.cpp.

const char* c_szIPServerAlternate = "1.2.3.5"
static

Definition at line 29 of file testmessagehandler.cpp.

const char* c_szIPServerPrimary = "1.2.3.4"
static

Definition at line 28 of file testmessagehandler.cpp.