sing-tun/tun_linux_offload_errors.go
2023-12-21 16:51:06 +08:00

5 lines
120 B
Go

package tun
import E "github.com/sagernet/sing/common/exceptions"
var ErrTooManySegments = E.New("too many segments")