1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 09:55:22 +02:00

Improve protocol-level receiving code (#9617)

This commit is contained in:
sfan5
2020-04-20 23:22:00 +02:00
committed by GitHub
parent c2ac7b1a83
commit 8ef239b448
3 changed files with 142 additions and 146 deletions

View File

@@ -101,7 +101,7 @@ public:
}
private:
void receive();
void receive(SharedBuffer<u8> &packetdata, bool &packet_queued);
// Returns next data from a buffer if possible
// If found, returns true; if not, false.