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

Accept data packets in FIN_WAIT_2 state. #350

Merged
merged 1 commit into from Jun 11, 2020

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Jun 11, 2020

Previously, data packets were never accepted in FIN_WAIT_2. The missing match case was dropping them as "unexpected packet"s.

I found this while working on #349. PR for that coming next.

Previously, data packets were never accepted in FIN_WAIT_2. The missing
match case was dropping them as "unexpected packet"s.
@whitequark whitequark merged commit b7a1498 into smoltcp-rs:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants