forked from quic-go/quic-go
10 lines
310 B
Go
10 lines
310 B
Go
//go:build !linux
|
|
|
|
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 }
|