mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 20:56:05 +00:00
cleanup bad comment
This commit is contained in:
@ -15,7 +15,6 @@ func (t *tcp) tcpContext(network, address string, c syscall.RawConn) error {
|
||||
var bbr error
|
||||
|
||||
control = c.Control(func(fd uintptr) {
|
||||
// sys/socket.h: #define SO_RECV_ANYIF 0x1104
|
||||
bbr = unix.SetsockoptString(int(fd), unix.IPPROTO_TCP, unix.TCP_CONGESTION, "bbr")
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user