Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-05-08 00:00:00Z and 2019-05-09 00:00:00Z
Avatar
The ServerInfo packet size can be greater than the the max allowed packet size. Basically, a ServerInfo packet is composed by : ```
  • header (18)
    • packet flags (1)
    • client token (4)
    • server token (4)
    • request data (8)
    • null byte (1)
  • server properties (max 410)
    • version (max 32)
    • name (max 64)
    • hostname (max 256)
    • map (max 32)
    • gametype (max 16)
    • password flag (1)
    • skil...
Exported 2 message(s)