chore: typo

This commit is contained in:
wwqgtxx
2024-09-09 09:08:24 +08:00
parent 8940bdd56f
commit dc29514fb6
5 changed files with 9 additions and 9 deletions

View File

@@ -7,11 +7,11 @@ import (
)
// SocketControl
// never change type traits because it's used in CFMA
// never change type traits because it's used in CMFA
type SocketControl func(network, address string, conn syscall.RawConn) error
// DefaultSocketHook
// never change type traits because it's used in CFMA
// never change type traits because it's used in CMFA
var DefaultSocketHook SocketControl
func socketHookToToDialer(dialer *net.Dialer) {