mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-06 17:26:58 +08:00
6 lines
85 B
Go
6 lines
85 B
Go
// +build darwin freebsd openbsd
|
|
|
|
package tun
|
|
|
|
const offset = 4 /* 4 bytes TUN_PI */
|