soypat / seqs

seqs: the hottest, most idiomatic userspace TCP/IP implementation on the internet. lwip in go basically
BSD 3-Clause "New" or "Revised" License
44 stars 4 forks source link

TCP control fuzzing and bugfixes #24

Closed soypat closed 3 months ago

soypat commented 3 months ago

Added:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 68.42105% with 42 lines in your changes are missing coverage. Please review.

Project coverage is 45.99%. Comparing base (a6350ce) to head (d92791d). Report is 1 commits behind head on main.

Files Patch % Lines
seqs.go 74.00% 25 Missing and 1 partial :warning:
control.go 51.61% 14 Missing and 1 partial :warning:
control_user.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ========================================== + Coverage 45.25% 45.99% +0.74% ========================================== Files 28 29 +1 Lines 4872 4937 +65 ========================================== + Hits 2205 2271 +66 - Misses 2405 2406 +1 + Partials 262 260 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

soypat commented 3 months ago

Tested with cyw43439, http-server example and seems to work perfectly.