TcpSocket MinimumByteDataLengthToZip FieldDelta Engine Documentation
The amount of bytes where the packed data start to be smaller than the original one is around 500 bytes, but there is also overhead in compressing and decompressing data, so it only makes sense for at least 64kb of data (e.g. sending big network files). View code on GitHub

Namespace: DeltaEngine.Networking.Tcp
Assembly: DeltaEngine.Networking (in DeltaEngine.Networking.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public const int MinimumByteDataLengthToZip

Field Value

Type: Int32
See Also