forked from quic-go/quic-go
catch EPERM sendmsg errors for the very first packet on Linux (#4111)
This commit is contained in:
@@ -7,3 +7,4 @@ func forceSetSendBuffer(c any, bytes int) error { return nil }
|
||||
|
||||
func appendUDPSegmentSizeMsg([]byte, uint16) []byte { return nil }
|
||||
func isGSOError(error) bool { return false }
|
||||
func isPermissionError(err error) bool { return false }
|
||||
|
||||
Reference in New Issue
Block a user