Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comp-lzo option deprecated #148

Open
alanmcg opened this issue Feb 13, 2020 · 1 comment
Open

comp-lzo option deprecated #148

alanmcg opened this issue Feb 13, 2020 · 1 comment

Comments

@alanmcg
Copy link
Contributor

alanmcg commented Feb 13, 2020

The server option comp-lzo is deprecated in favor of --compression

--compress [algorithm]
Enable a compression algorithm.

The algorithm parameter may be "lzo", "lz4", or empty. LZO and LZ4 are different compression algorithms, with LZ4 generally offering the best performance with least CPU usage. For backwards compatibility with OpenVPN versions before v2.4, use "lzo" (which is identical to the older option "--comp-lzo yes").

If the algorithm parameter is empty, compression will be turned off, but the packet framing for compression will still be enabled, allowing a different setting to be pushed later. 
@alanmcg
Copy link
Contributor Author

alanmcg commented Feb 13, 2020

Should deprecated features be supported? I was going to remove comp-lzo and replace it with this option but then I consider we could have both options instead..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant