From a6510cc15ce69b096d69f9cc46d38a7f441aefcb Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 23 Aug 2018 16:55:35 +0200 Subject: [PATCH] Clarify legacy compression framing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0df28e0..d0e31fb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The client is known to work with [OpenVPNĀ®][openvpn] 2.3+ servers. Key renegoti - SHA-256 - [x] TLS CA validation +Today the library does not support compression, yet requires legacy compression framing. You must set the `comp-lzo no` option server-side (deprecated in OpenVPN 2.4) in order to avoid a confusing loss of data packets. Compression behavior will be properly patched in future versions. + ## Installation ### Requirements