Categorygithub.com/database64128/netx-go
modulepackage
0.0.0-20241005022450-a32a14a3f736
Repository: https://github.com/database64128/netx-go.git
Documentation: pkg.go.dev

# README

netx-go

Go Reference Test

Useful utilities from Go's net package, exported for convenience.

go get github.com/database64128/netx-go

License

BSD 3-Clause

# Variables

IPStackCaps returns the IP stack capabilities of the system.
ZoneCache is the global shared cache for IPv6 addressing scope zone resolution.

# Structs

IPStackCapabilities represents IPv4, IPv6 and IPv4-mapped IPv6 communication capabilities which are controlled by the IPV6_V6ONLY socket option and kernel configuration.
IPv6ZoneCache represents a cache holding partial network interface information.