mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-13 00:30:28 +00:00
cleanup bad comment
This commit is contained in:
parent
b519802fcb
commit
f474869ad9
@ -15,7 +15,6 @@ func (t *tcp) tcpContext(network, address string, c syscall.RawConn) error {
|
|||||||
var bbr error
|
var bbr error
|
||||||
|
|
||||||
control = c.Control(func(fd uintptr) {
|
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")
|
bbr = unix.SetsockoptString(int(fd), unix.IPPROTO_TCP, unix.TCP_CONGESTION, "bbr")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user