mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
catch EPERM sendmsg errors for the very first packet on Linux (#4111)
This commit is contained in:
parent
262cf0a592
commit
b344940f06
6 changed files with 57 additions and 4 deletions
|
@ -4,4 +4,7 @@ package quic
|
|||
|
||||
import "errors"
|
||||
|
||||
var errGSO = errors.New("fake GSO error")
|
||||
var (
|
||||
errGSO = errors.New("fake GSO error")
|
||||
errNotPermitted = errors.New("fake not permitted error")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue