mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 09:14:01 +03:00
Refactor socksopts per functionality, not per build flag
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build windows
|
||||
|
||||
package network
|
||||
|
||||
import "syscall"
|
||||
|
||||
func setSocketReuseAddrPort(conn syscall.RawConn) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user