mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
9 lines
302 B
Go
9 lines
302 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 }
|