drblah / multi-connect

A continuation of mpconn
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Implement packet compression #2

Open drblah opened 8 months ago

drblah commented 8 months ago

Some Application layer protocols are very inefficient and send uncompressed text, for example XML, HTML or JSON. We can optimize this my compressing the packet with an efficient compression algorithm like LZ4.

Lets implement that as an optional setting, configurable in the settings file.