Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2024-06-22 00:00:00Z and 2024-06-23 00:00:00Z
Avatar
Having system, game and totally different control messages adds complexity to the protocol. And I do not see the benefit of it. All the control messages keepalive, connect, accept, close and token could just become regular system messages. Then the control flag can be removed from the packet header. And the parsing of a packet becomes cleaner. As of right now its something like: ``` if packet.header.flags.control { // assume uncompressed // assume only one chunk which is contro...
Exported 1 message(s)