We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c5a63 commit dd7bd51Copy full SHA for dd7bd51
‎core/const.go‎
@@ -6,7 +6,7 @@ import (
6
7
const (
8
// the timeout of a socks5 requester shake with an AhriSocks5Server.
9
- Socks5ShakeTimeoutMillisec = 350
+ Socks5ShakeTimeoutMillisec = 400
10
// the timeout of an AhriClient registers itself with an AhriServer.
11
AhriShakeTimeoutSec = 3
12
‎core/describe.go‎
@@ -1,3 +1,3 @@
1
package core
2
3
-const Version = "0.9.1"
+const Version = "0.9.2"
0 commit comments