dev: UDPConn implementation by @nickaxgit
-
Added UDPConn, commented some areas for easier understanding, suggested a name change or two
-
some tidying of udpConn.go
-
Changes as requested (whitespace, UDP close method, extract anonymous function, errUnsupported returns, function comments etc)
-
fixes two isuues spotted by b0ch3nski
-
more linebreak issues fixed - appologies
-
Tiny fix to itcphandler comment (although it has that c# smell)
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).
Additional details and impacted files
@@ 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.
@nickaxgit Fixed a bug in the checksum calculation- could you test this?
Will do ... sorry life has been getting in the way a bit the last few days