cli: rename -reconnect-delay to -reconnect-delay-secs
All time arguments now use -secs suffix with integer seconds for consistency (-reconnect-delay-secs, -keepalive-timeout-secs). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1a397c363f
commit
9e050b140b
3 changed files with 6 additions and 5 deletions
|
|
@ -83,7 +83,7 @@ softether-go [flags]
|
|||
| `-policy-route-table` | `0` | Policy routing table number (0 = disabled) |
|
||||
| `-connmark` | `false` | Use CONNMARK to route DNAT reply traffic back through VPN |
|
||||
| `-keepalive-timeout-secs` | `0` | Close connection if no server data within N seconds (0 = disabled) |
|
||||
| `-reconnect-delay` | `5s` | Delay between reconnection attempts |
|
||||
| `-reconnect-delay-secs` | `5` | Delay between reconnection attempts in seconds |
|
||||
|
||||
### Authentication
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue