github.com/MerlinKodo/quic-go@v0.39.2/sys_conn_helper_nonlinux_test.go (about)

     1  //go:build !linux
     2  
     3  package quic
     4  
     5  import "errors"
     6  
     7  var (
     8  	errGSO          = errors.New("fake GSO error")
     9  	errNotPermitted = errors.New("fake not permitted error")
    10  )