mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:14:01 +03:00
Add TCP_USER_TIMEOUT support
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
package network
|
||||
|
||||
import "syscall"
|
||||
import (
|
||||
"net"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func setCongestionControl(conn syscall.RawConn) {}
|
||||
func setCongestionControl(conn syscall.RawConn) {}
|
||||
func setTCPUserTimeout(conn syscall.RawConn, cfg net.KeepAliveConfig) {}
|
||||
|
||||
Reference in New Issue
Block a user