mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-08 02:00:43 +08:00
9 lines
110 B
Go
9 lines
110 B
Go
//go:build !linux && !windows
|
|
|
|
package tun
|
|
|
|
const (
|
|
offset = 4 /* 4 bytes TUN_PI */
|
|
defaultMTU = 1500
|
|
)
|