arp working over network

This commit is contained in:
soypat
2025-02-18 18:48:55 -03:00
parent 6e9aafc1e0
commit 0606a04f45
11 changed files with 800 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
package ipv6
import "github.com/soypat/lneto/ipv4"
const (
sizeHeader = 40
)
type ToS = ipv4.ToS