Tweak README part about compression

This commit is contained in:
Davide De Rosa 2019-03-04 09:10:56 +01:00
parent 1c1547fc8f
commit 58288f5df7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ The client is known to work with [OpenVPN®][openvpn] 2.3+ servers.
- [x] Key renegotiation
- [x] Replay protection (hardcoded window)
The library therefore supports compression framing, just not compression. Remember to match server-side compression framing in order to avoid a confusing loss of data packets. E.g. if server has `comp-lzo no`, client must use `compressionFraming = .compLZO`.
The library therefore supports compression framing, just not compression. Remember to disable server-side compression and match framing, otherwise the client will shut down with an error. E.g. if server has `comp-lzo no`, client must use `compressionFraming = .compLZO`.
### Support for .ovpn configuration