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

re-sent pending pdu after credits is enough #395

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

weixinwei
Copy link

smb2_queue_pdu may not set POLLOUT events due to insufficient credits, resulting in the pdu not being sent to server in a timely manner, and even if there are no subsequent new pdu, the pending pdu will never be sent to server.

So we should recheck pending pdu after got response of server.

Signed-off-by: weixinwei <weixw3@lenovo.com>
@sahlberg sahlberg merged commit 306f623 into sahlberg:master Jan 24, 2025
16 checks passed
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