mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-03 00:41:55 +03:00
Refactor socksopts per functionality, not per build flag
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//go:build !linux
|
||||
|
||||
package network
|
||||
|
||||
import (
|
||||
"net"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func setTCPUserTimeout(conn syscall.RawConn, cfg net.KeepAliveConfig) {}
|
||||
Reference in New Issue
Block a user