mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
* Add ability to force change the receive buffer size using SO_RCVBUFFORCE in Linux * Fix imports * Update test * Add sys_conn_helper_not_linux * Rename file * ignore the error on SetReadBuffer * also run unit tests as root --------- Co-authored-by: Marten Seemann <martenseemann@gmail.com>
5 lines
107 B
Go
5 lines
107 B
Go
//go:build !linux
|
|
|
|
package quic
|
|
|
|
func forceSetReceiveBuffer(c interface{}, bytes int) error { return nil }
|