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

Backport several fixes to 0.8 #707

Merged
merged 3 commits into from Nov 27, 2022
Merged

Backport several fixes to 0.8 #707

merged 3 commits into from Nov 27, 2022

Conversation

SquidDev
Copy link
Contributor

This backports #662 and #665 to the 0.8 branch, which are the two commits we're using in our fork of smoltcp (as discussed in #662). I've gone through the remaining commits on master and don't see anything big which stands out, but happy to take a look at anything else important!

SquidDev and others added 3 commits November 23, 2022 13:34
This is required to get tests to run on recent versions of Rust.
If we have an incomplete packet to send and the socket has been closed
then send it. Without this change (with nagle enabled) we wait for the
penultimate packet in the stream to be acked before sending the final
packet even if there's plenty of space in the window.
@Dirbaio
Copy link
Member

Dirbaio commented Nov 27, 2022

Thanks!

@Dirbaio Dirbaio merged commit 13f249d into smoltcp-rs:v0.8.x Nov 27, 2022
@Dirbaio
Copy link
Member

Dirbaio commented Nov 27, 2022

0.8.2 out

@SquidDev SquidDev deleted the backport-0.8 branch November 27, 2022 20:50
@SquidDev
Copy link
Contributor Author

SquidDev commented Nov 27, 2022

Perfect! Thank you so much for this!

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

3 participants