Network: Log received packets at log level net=3

This commit is contained in:
Jonathan G Rennison
2021-05-14 19:34:15 +01:00
parent 66cac92028
commit e04218b528
6 changed files with 21 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ public:
NetworkRecvStatus SendConfigUpdate();
NetworkRecvStatus SendSettingsAccessUpdate(bool ok);
std::string GetDebugInfo() const override;
static void Send();
static void AcceptConnection(SOCKET s, const NetworkAddress &address);
static bool AllowConnection();