libspades
Ace of Spades library
PacketHandShakeInit Struct Reference

A packet that must usually be answered with PacketHandShakeReturn to gain access to extensions. More...

#include <protocol.h>

Data Fields

uint8_t packetID
 31 (Client<--Server)
 
uint32_t challenge
 4 bytes that must be copied over to the return packet.
 

Detailed Description

A packet that must usually be answered with PacketHandShakeReturn to gain access to extensions.

Note
This packet and the return are non-existent in SpadesX, because the maintainer said he "found them not needed".
See piqueserver #289.

Field Documentation

◆ challenge

uint32_t PacketHandShakeInit::challenge

4 bytes that must be copied over to the return packet.

It is unknown why this would be necessary.


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