Files
lneto/ipv6/definitions.go
T
2025-02-18 18:48:55 -03:00

10 lines
101 B
Go

package ipv6
import "github.com/soypat/lneto/ipv4"
const (
sizeHeader = 40
)
type ToS = ipv4.ToS