mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Improve protocol-level receiving code (#9617)
This commit is contained in:
parent
c2ac7b1a83
commit
8ef239b448
3 changed files with 142 additions and 146 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue