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