in reply to Re^3: Optimizing TCP packet usage with IO::Socket::INET or similar
in thread Optimizing TCP packet usage with IO::Socket::INET or similar
the application on the remote side is responsible for decompressing (i.e., the client cannot "trigger" this).
Absolutely! tcp conveys packets of data from A to B; it neither knows nor cares whether what inside those packets is compressed or not.
|
|---|