|
|
|
|
|
by hcles
4377 days ago
|
|
A legit criticism, but who would transmit an 8Mb datablock using LZ4 over a network? There are far better compression schemes whose lower performance tradeoffs become negligible when network latency is involved. I am using LZ4 currently for a project compressing Netflow-derived data for a major ISP, even then it's in 64Kb chunks for quick access and decompression. |
|
Well, an attacker would. The question is whether the listener accepts that block, decodes it and gets pwned.