disable GSO if sending fails for a particular remote address

This commit is contained in:
Marten Seemann
2023-07-29 15:58:32 -07:00
parent 83c00a574d
commit 4122eb7a7d
15 changed files with 318 additions and 150 deletions

View File

@@ -4,3 +4,6 @@ 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 }