9 lines
169 B
C++
9 lines
169 B
C++
|
//
|
||
|
// Created by WolverinDEV on 12/05/2020.
|
||
|
//
|
||
|
|
||
|
#include "./NetTools.h"
|
||
|
|
||
|
using namespace ts::server::file::networking;
|
||
|
|
||
|
NetworkThrottle NetworkThrottle::kNoThrottle{-1};
|