mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-11-01 12:32:45 +08:00
9 lines
96 B
Go
9 lines
96 B
Go
//go:build unix
|
|
|
|
package tun
|
|
|
|
const (
|
|
offset = 4 /* 4 bytes TUN_PI */
|
|
defaultMTU = 1500
|
|
)
|