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

tcp: accept FIN on zero window. #845

Merged
merged 1 commit into from
Nov 8, 2023
Merged

tcp: accept FIN on zero window. #845

merged 1 commit into from
Nov 8, 2023

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Sep 29, 2023

No description provided.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #845 (284a2c9) into main (aa5d887) will decrease coverage by 0.03%.
Report is 61 commits behind head on main.
The diff coverage is 59.50%.

@@            Coverage Diff             @@
##             main     #845      +/-   ##
==========================================
- Coverage   79.65%   79.63%   -0.03%     
==========================================
  Files          71       78       +7     
  Lines       27786    27878      +92     
==========================================
+ Hits        22134    22201      +67     
- Misses       5652     5677      +25     
Files Coverage Δ
src/iface/interface/ipv6.rs 91.38% <100.00%> (+0.12%) ⬆️
src/socket/tcp.rs 96.69% <100.00%> (+0.20%) ⬆️
src/iface/interface/ipv4.rs 68.50% <93.75%> (+0.53%) ⬆️
src/iface/interface/sixlowpan.rs 87.61% <93.75%> (+12.68%) ⬆️
src/iface/interface/mod.rs 45.63% <10.81%> (-3.86%) ⬇️
src/iface/ip_packet.rs 47.05% <44.24%> (ø)

... and 23 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Dirbaio Dirbaio added this pull request to the merge queue Nov 8, 2023
Merged via the queue into main with commit 2c28779 Nov 8, 2023
14 checks passed
@Dirbaio Dirbaio deleted the tcp-zero-window-fin branch November 8, 2023 16:00
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.

1 participant