mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-01 19:07:38 +03:00
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")
|