github.com/mikelsr/quic-go@v0.36.1-0.20230701132136-1d9415b66898/sys_conn_helper_nonlinux.go (about) 1 //go:build !linux 2 3 package quic 4 5 func forceSetReceiveBuffer(c any, bytes int) error { return nil } 6 func forceSetSendBuffer(c any, bytes int) error { return nil }