mirror of
https://github.com/soypat/lneto.git
synced 2026-08-20 14:39:02 +00:00
huge tap/bridge overhaul; udp node; dhcp node; DHCP example
This commit is contained in:
@@ -4,6 +4,10 @@ const (
|
||||
sizeHeaderNoVLAN = 14
|
||||
)
|
||||
|
||||
func BroadcastAddr() [6]byte {
|
||||
return [6]byte{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
|
||||
}
|
||||
|
||||
//go:generate stringer -type=Type -linecomment -output stringers.go .
|
||||
|
||||
type Type uint16
|
||||
|
||||
Reference in New Issue
Block a user