FIXED:
* Windows logging

ADDED:
* netx (and netx/inetcksum), the latter of which implements the Internet
  Checksum as a hash.Hash.
This commit is contained in:
brent saner
2025-09-05 13:53:29 -04:00
parent 2222cea7fb
commit 970acd0ee4
8 changed files with 690 additions and 2 deletions

4
netx/docs.go Normal file
View File

@@ -0,0 +1,4 @@
/*
Package netx includes extensions to the stdlib `net` module.
*/
package netx