![]() |
libspades
Ace of Spades library
|
Tells the peer (client or server) about supported extensions to the AoS protocol. More...
#include <protocol.h>
Data Fields | |
| uint8_t | packetID |
60 (Client<->Server) | |
| uint8_t | length |
| The amount of supported extensions. | |
| struct ExtensionInfoEntry | entries [VARIABLE_LENGTH] |
| The list of supported extensions and their versions. | |
Tells the peer (client or server) about supported extensions to the AoS protocol.
All extensions known to libspades can be found in the ExtensionID enum and the Packets by ID page for now.
| struct ExtensionInfoEntry PacketExtensionInfo::entries[VARIABLE_LENGTH] |
The list of supported extensions and their versions.
Variable length.