5 lines
120 B
Go
5 lines
120 B
Go
package tun
|
|
|
|
import E "github.com/sagernet/sing/common/exceptions"
|
|
|
|
var ErrTooManySegments = E.New("too many segments")
|