|
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 "stuncore.h"#include "testdatastream.h"#include "testreader.h"#include "testbuilder.h"#include "testmessagehandler.h"#include "testcmdline.h"#include "testintegrity.h"#include "testclientlogic.h"#include "testrecvfromex.h"#include "testfasthash.h"#include "cmdlineparser.h"#include "oshelper.h"#include "prettyprint.h"#include "polling.h"#include "testpolling.h"#include "testatomichelpers.h"#include "testratelimiter.h"
Go to the source code of this file.
Functions | |
| void | ReaderFuzzTest () |
| void | RunUnitTests () |
| void | PrettyPrintTest () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 137 of file testcode.cpp.
| void PrettyPrintTest | ( | ) |
Definition at line 113 of file testcode.cpp.
| void ReaderFuzzTest | ( | ) |
Definition at line 38 of file testcode.cpp.
| void RunUnitTests | ( | ) |
Definition at line 72 of file testcode.cpp.