Packet Group Start
Packet group start is a packet which tells the client to wait until the entire payload of a packet group has arrived, then process all of it in a single client cycle, bypassing the usual 100 packets per client cycle limitation that the client has.
Properties
Link copied to clipboard
the messages to wait for and process instantly. Note that the size of all these messages combined must be <= 32,767 bytes. Exceeding this limit will cause the protocol to crash for that user, disconnecting them. This is due to ISAAC cipher being modified during the encoding of the payload, which we cannot recover from without complex state tracking, which will not be supported.