libspades
Ace of Spades library
PacketMapStart Struct Reference

A seemingly useless packet to signify the start of the map download. More...

#include <protocol.h>

Data Fields

uint8_t packetID
 18 (Client<--Server)
 
uint32_t mapSize
 The size of the zlib stream in bytes.
 

Detailed Description

A seemingly useless packet to signify the start of the map download.

See also: PacketStateData

Field Documentation

◆ mapSize

uint32_t PacketMapStart::mapSize

The size of the zlib stream in bytes.

Piqueserver bug
This garbage server always sends 1.5 MiB while misidentifying it as 2MB, even though the stream tends to not be 1.5/2 MiB but in fact a varying length.

The documentation for this struct was generated from the following file: