Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include "commonincludes.hpp"
#include "stringhelper.h"
#include "atomichelpers.h"
#include "stunbuilder.h"
#include <boost/crc.hpp>
#include <openssl/md5.h>
#include <openssl/hmac.h>
#include "stunauth.h"
Go to the source code of this file.
Variables | |
static int | g_sequence_number = 0xaaaaaaaa |
|
static |
Definition at line 39 of file stunbuilder.cpp.