mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 13:27:39 +03:00
Add control conn func
This commit is contained in:
parent
9719bdcd4a
commit
fb82be7f3f
8 changed files with 18 additions and 10 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
func ReuseAddr() Func {
|
||||
return func(network, address string, conn syscall.RawConn) error {
|
||||
return Control(conn, func(fd uintptr) error {
|
||||
return Raw(conn, func(fd uintptr) error {
|
||||
return E.Errors(
|
||||
unix.SetsockoptInt(int(fd), unix.SOL_SOCKET, unix.SO_REUSEADDR, 1),
|
||||
unix.SetsockoptInt(int(fd), unix.SOL_SOCKET, unix.SO_REUSEPORT, 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue