Fix: import missing

This commit is contained in:
xjasonlyu
2022-03-31 14:06:56 +08:00
parent b5f61c0999
commit 9f7989a9d0

View File

@@ -2,6 +2,8 @@
package dialer
import "syscall"
func setSocketOptions(network, address string, c syscall.RawConn, opts *Options) error {
return nil
}