Skip to content

Commit

Permalink
Merge pull request #718 from 128technology/DOCS-407
Browse files Browse the repository at this point in the history
Corrected default setting for `nat-keep-alive`
  • Loading branch information
Chr1st0ph3rTurn3r committed May 21, 2024
2 parents 8985ccf + 04b79bb commit f86c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config_reference_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ The *nat-keep-alive* function is used when an SSR is sitting behind a NAT device

| Element | Type | Description |
| --- | --- | --- |
| mode | enumeration | Valid values: auto, disabled. Default value: disabled. When set to `auto`, the SSR will use its session-type configuration to determine whether to send keepalive packets for a given session. |
| mode | enumeration | Valid values: auto, disabled. Default value: auto. When set to `auto`, the SSR will use its session-type configuration to determine whether to send keepalive packets for a given session. |
| tcp-inactivity-timeout | uint32 | Valid values: 1-86400. This controls how frequently the SSR will send keepalive packets for TCP-based sessions. Note that this value must be lower than the binding time-to-live on the NAT device in front of the SSR, but should be kept as close as possible to reduce the overhead of the keepalive packets. |
| udp-inactivity-timeout | uint32 | Valid values: 1-86400. This controls how frequently the SSR will send keepalive packets for UDP-based sessions. Note that this value must be lower than the binding time-to-live on the NAT device in front of the SSR, but should be kept as close as possible to reduce the overhead of the keepalive packets. |

Expand Down

0 comments on commit f86c4c1

Please sign in to comment.