Merge TUDPServer and TTCPServer into TNetwork

this gets rid of a bunch of unclear cases which I mistakenly created
while refactoring for this rewrite. One example is having to call into
TTCPServer to do UDP sending in some cases.
This commit is contained in:
Lion Kortlepel
2021-03-08 23:45:25 +01:00
committed by Anonymous275
parent 05c5fb047c
commit 40cae31885
15 changed files with 378 additions and 451 deletions

View File

@@ -4,7 +4,7 @@
class TConfig {
public:
TConfig(const std::string& ConfigFile);
explicit TConfig(const std::string& ConfigFile);
private:
static std::string RemoveComments(const std::string& Line);