Vladislav Yarmak 1 year ago
parent
commit
94dc9525d1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -80,7 +80,7 @@ Options:
   -identity string
   -identity string
     	client identity sent to server
     	client identity sent to server
   -idle-time duration
   -idle-time duration
-    	max idle time for UDP session (default 1m30s)
+    	max idle time for UDP session (default 30s)
   -key-length uint
   -key-length uint
     	generate key with specified length (default 16)
     	generate key with specified length (default 16)
   -mtu int
   -mtu int
@@ -91,6 +91,8 @@ Options:
     	(server only) skip hello verify request. Useful to workaround DPI
     	(server only) skip hello verify request. Useful to workaround DPI
   -stale-mode value
   -stale-mode value
     	which stale side of connection makes whole session stale (both, either, left, right) (default either)
     	which stale side of connection makes whole session stale (both, either, left, right) (default either)
+  -time-limit duration
+    	hard time limit for each session
   -timeout duration
   -timeout duration
     	network operation timeout (default 10s)
     	network operation timeout (default 10s)
 ```
 ```