Files
tun2socks/core/device/tun/tun_wireguard_unix.go
2022-03-29 13:39:18 +08:00

9 lines
110 B
Go

//go:build !linux && !windows
package tun
const (
offset = 4 /* 4 bytes TUN_PI */
defaultMTU = 1500
)