forked from quic-go/quic-go
detect kernel GSO support
This commit is contained in:
@@ -5,5 +5,5 @@ package quic
|
||||
func forceSetReceiveBuffer(c any, bytes int) error { return nil }
|
||||
func forceSetSendBuffer(c any, bytes int) error { return nil }
|
||||
|
||||
func appendUDPSegmentSizeMsg(_ []byte, _ uint16) []byte { return nil }
|
||||
func isGSOError(error) bool { return false }
|
||||
func appendUDPSegmentSizeMsg([]byte, uint16) []byte { return nil }
|
||||
func isGSOError(error) bool { return false }
|
||||
|
||||
Reference in New Issue
Block a user