uquic/sys_conn_no_gso.go
2023-06-02 18:35:02 +03:00

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 }