Add TCP_USER_TIMEOUT support

This commit is contained in:
9seconds
2026-04-07 15:35:47 +02:00
parent 60ab083def
commit b58ac669d5
3 changed files with 46 additions and 2 deletions
+6 -2
View File
@@ -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) {}