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

dev: UDPConn implementation by @nickaxgit #31

Open soypat opened 1 month ago

soypat commented 1 month ago
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 56.65529% with 127 lines in your changes missing coverage. Please review.

Project coverage is 46.15%. Comparing base (1201bab) to head (7d47ab1).

Files Patch % Lines
stacks/udpconn.go 42.71% 98 Missing and 16 partials :warning:
stacks/portstack.go 86.48% 4 Missing and 1 partial :warning:
stacks/port_udp.go 89.65% 2 Missing and 1 partial :warning:
stacks/ntp_client.go 0.00% 2 Missing :warning:
stacks/tcpconn.go 75.00% 2 Missing :warning:
stacks/dns_client.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 45.99% 46.15% +0.15% ========================================== Files 29 30 +1 Lines 4937 5163 +226 ========================================== + Hits 2271 2383 +112 - Misses 2406 2504 +98 - Partials 260 276 +16 ```

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

soypat commented 1 month ago

@nickaxgit Fixed a bug in the checksum calculation- could you test this?

nickaxgit commented 1 month ago

Will do ... sorry life has been getting in the way a bit the last few days