#include "C4Include.h"#include "netpuncher/C4PuncherHash.h"#include "netpuncher/C4PuncherPacket.h"#include "network/C4Network2.h"#include <random>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | C4PuncherServer |
Functions | |
| int | main (int argc, char *argv[]) |
| void | RecordRandom (uint32_t range, uint32_t val) |
Variables | |
| C4PuncherServer | Puncher |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 85 of file main.cpp.
References C4NetStdPortPuncher, StdSchedulerProc::ExecuteUntil(), C4NetIO::GetError(), C4NetIOUDP::Init(), and Puncher.
| void RecordRandom | ( | uint32_t | range, |
| uint32_t | val | ||
| ) |
Definition at line 119 of file main.cpp.
References AddDbgRec(), C4RCRandom::Cnt, Config, C4ConfigGeneral::DebugRec, C4Config::General, RandomCount, C4RCRandom::Range, RCT_Random, and C4RCRandom::Val.
| C4PuncherServer Puncher |
Referenced by main().