h12w / socks

A SOCKS (SOCKS4, SOCKS4A and SOCKS5) Proxy Package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how could I set a timeout option?

whgreate opened this issue · comments

This package does not expose an option for timeout, but it should be simple to add one. Please refer to the documentation of package "net". (type Dailer or func DialTimeout).

I have already checked that,thanks.