I have compiled two binaries of openvpn (one with lzo enabled and other without), Now i want to know whether lzo compression is actually working or not,
So I ping from my client to server, but now i don't know how to check size of ping packet on client side and server side, so that i know that lzo compression is happening? how to do it? or is there any other way than using ping for it.
I am using openssl with openvpn, so what happens first with data, Lzo compression or openssl encryption?