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

Split compression s2c/c2s, disable server c2s #332

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Conversation

mkj
Copy link
Owner

@mkj mkj commented Dec 3, 2024

Disable zlib entirely for server in the client to server direction. This avoids attack surface for zlib, and also saves 35kB runtime RAM for the decompression context. Interactive sessions don't have much traffic in the client->server direction so performance difference should not be noticable.

Disable zlib entirely for server in the client to server direction.
This avoids attack surface for zlib, and also saves 35kB runtime RAM
for the decompression context. Interactive sessions don't have much
traffic in the client->server direction so performance difference
should not be noticable.
@mkj mkj merged commit 305bf38 into master Dec 3, 2024
17 checks passed
@mkj mkj deleted the disable-server-zlib-rx branch December 3, 2024 13:49
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

Successfully merging this pull request may close these issues.

1 participant