← Back to Index

NetworkSettingsPacket (143)

Sends tunable options from host to client (compression threshold and algorithm)
Field Name Type Field Index Description
Compression Threshold (Required) uint16 0 Determines the smallest size of raw network payload to compress. NOTE: 0 is disable compression, 1 is compress everything 1 byte or larger (so everything)
CompressionAlgorithm (Required) uint16 1
Enum Values:
Index Value
0 ZLib
1 Snappy
2 None
Client Throttle Enabled (Required) boolean 2
Client Throttle Threshold (Required) uint8 3
Client Throttle Scalar (Required) float 4