12#ifndef MINESERVER_SETCOMPRESSION_H
13#define MINESERVER_SETCOMPRESSION_H
Stream interface.
Definition stream.h:32
Interface for all Packets.
Definition packet.h:25
Set Compression Packet.
Definition setcompression.h:25
SetCompression(int threshold)
Construct a new Login Start object.
Definition setcompression.h:39
int threshold
Threshold in size before compressing packets.
Definition setcompression.h:45
void read(IMCStream *stream) override
Reads Packet data.
Definition setcompression.cpp:19
The file containing the packet data.