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

Do not drop skb to have ability to processs WINDOW_UPDATE #2274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EvgeniiMekhanik
Copy link
Contributor

Should be merged only after #2272

@EvgeniiMekhanik EvgeniiMekhanik marked this pull request as draft October 31, 2024 17:19
@EvgeniiMekhanik EvgeniiMekhanik marked this pull request as ready for review October 31, 2024 18:47
@EvgeniiMekhanik EvgeniiMekhanik changed the title TMP Do not drop skb to have ability to processs WINDOW_UPDATE Oct 31, 2024
Copy link
Contributor

@ai-tmpst ai-tmpst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

In case when error occurs we should continue to process
WINDOW_UPDATE frames. If we drop skb in case of error
we can't to continue decrypt new tls records and can't
continue to process WINDOW_UPDATE frames. Also there
are a lot of annoying TLS warnings in dmesg. This patch
fixes this problems.
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.

2 participants