Comment on compression framing support
This commit is contained in:
parent
25aa05498d
commit
4bb9eaeddc
|
@ -23,7 +23,7 @@ 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.
|
||||
The library does not currently support compression, so you must disable it server-side in order to avoid a confusing loss of data packets. The `TunnelKitProvider.Configuration.LZOFraming` option is deprecated and only provided for interoperability with `comp-lzo no`.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue