Skip to content

Commit 693d45b

Browse files
committed
Updated to quote variable in net.tcp_keepalive_probes description from options table. Applies to #2121.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 054b457 commit 693d45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following table describes the network configuration properties available and
7272
| `net.proxy_env_ignore` | Ignore the environment variables `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` when set. | `false` |
7373
| `net.tcp_keepalive` | Enable or disable Keepalive support. | `off` |
7474
| `net.tcp_keepalive_time` | Interval between the last data packet sent and the first TCP keepalive probe. | `-1` |
75-
| `net.tcp_keepalive_interval` | Interval between TCP keepalive probes when no response is received on a keepidle probe. | `-1` |
75+
| `net.tcp_keepalive_interval` | Interval between TCP keepalive probes when no response is received on a `keepidle` probe. | `-1` |
7676
| `net.tcp_keepalive_probes` | Number of unacknowledged probes to consider a connection dead. | `-1` |
7777
| `net.source_address` | Specify network address to bind for data traffic. | _none_ |
7878

0 commit comments

Comments
 (0)