Add control conn func

This commit is contained in:
世界 2022-08-16 17:47:48 +08:00
parent 9719bdcd4a
commit fb82be7f3f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
8 changed files with 18 additions and 10 deletions

View file

@ -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),