mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-09-27 04:55:53 +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")
|