github.com/sagernet/sing-tun@v0.3.0-beta.5/tun_linux_offload_errors.go (about)

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