restore former udp timeout

This commit is contained in:
Jason
2019-08-14 11:48:38 +08:00
parent 987e3023e6
commit fa311d6599

View File

@@ -80,7 +80,7 @@ func init() {
// Proxy
args.ProxyServer = flag.String("proxyServer", "", "Proxy server address")
args.UdpTimeout = flag.Duration("udpTimeout", 30*time.Second, "UDP session timeout")
args.UdpTimeout = flag.Duration("udpTimeout", 60*time.Second, "UDP session timeout")
}
func main() {