Experimented with deflated network packets
I was attempting to auto-compress large network packets beforeremembering that all data already undergoes Huffman encodingat a higher level.
Instead of what this commit does, the Huffman encoding shouldbe replaced with deflation.
View differences
Experimented with deflated network packets
I was attempting to auto-compress large network packets before
remembering that all data already undergoes Huffman encoding
at a higher level.
Instead of what this commit does, the Huffman encoding should
be replaced with deflation.