I had been interested in ipsec compression, but in researching it I've not found much as far as implementing it.
In lieu of that option, I was just exploring a few alternatives, and came across the ability to compress mysql connections with php.
I'd figure most client server connections can do compression, but I was wondering if anyone is familiar with a basic compression tunneling system, similar to stunnel, but without the encryption because that's already taken care of with the ipsec vpn.
I was thinking of maybe piping through gzcat and netcat, would that work?
|