mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-08 10:10:12 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package tun
|
|
|
|
const (
|
|
offset = 0
|
|
defaultMTU = 0 /* auto */
|
|
)
|