mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-10-03 07:46:55 +08:00
6 lines
120 B
Go
6 lines
120 B
Go
package tun
|
|
|
|
import E "github.com/sagernet/sing/common/exceptions"
|
|
|
|
var ErrTooManySegments = E.New("too many segments")
|