1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fixed minetest reliable udp implementation (compatible to old clients)

This commit is contained in:
sapier 2014-01-06 20:05:28 +01:00
parent 8b0b857eaa
commit 9edb91da57
8 changed files with 2844 additions and 1156 deletions

View file

@ -330,7 +330,7 @@ public:
// Actual processing is done in an another thread.
void step(float dtime);
// This is run by ServerThread and does the actual processing
void AsyncRunStep();
void AsyncRunStep(bool initial_step=false);
void Receive();
void ProcessData(u8 *data, u32 datasize, u16 peer_id);