1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Sanity-check reliable packet size at earlier point

This commit is contained in:
sfan5 2024-03-23 17:16:21 +01:00
parent 5df60d85f7
commit 97066bf795
3 changed files with 25 additions and 18 deletions

View file

@ -113,7 +113,7 @@ private:
class ConnectionReceiveThread : public Thread
{
public:
ConnectionReceiveThread(unsigned int max_packet_size);
ConnectionReceiveThread();
void *run();