implement server network -> client network communication

This commit is contained in:
Lion Kortlepel
2024-03-10 15:25:48 +01:00
parent 72a5e7c5b1
commit e836ad5133
5 changed files with 121 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ private:
/// Sends a packet to the specified UDP endpoint via the UDP socket.
void udp_write(bmp::Packet& packet);
void handle_packet(const bmp::Packet& packet);
void handle_packet(bmp::Packet&& packet);
void handle_identification(const bmp::Packet& packet);
void handle_authentication(const bmp::Packet& packet);
void handle_mod_download(const bmp::Packet& packet);