mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
8 lines
200 B
Go
8 lines
200 B
Go
//go:build darwin || freebsd
|
|
|
|
package quic
|
|
|
|
import "syscall"
|
|
|
|
func maybeSetGSO(_ syscall.RawConn) bool { return false }
|
|
func appendUDPSegmentSizeMsg(_ []byte, _ int) []byte { return nil }
|