summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Orban <laszlo.orban@quest.com>2020-01-21 14:26:53 +0100
committerLaszlo Orban <laszlo.orban@quest.com>2020-01-21 14:26:53 +0100
commitaa7eae2a9f0e0fd562631ea4d18cb4813178bd02 (patch)
tree8bcaf1f9a3b8da220798b81a8c4bbf4e248d46b4 /examples
parent77777dec3831c81ecd2b116ad3d520a85d1c2219 (diff)
downloadsudo-aa7eae2a9f0e0fd562631ea4d18cb4813178bd02.tar.gz
logserver: enable/disable SO_KEEPALIVE socket option based on tcp_keepalive configuration option in sudo_logsrvd.conf
Diffstat (limited to 'examples')
-rw-r--r--examples/sudo_logsrvd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/sudo_logsrvd.conf b/examples/sudo_logsrvd.conf
index 7fd4306c8..fdc643525 100644
--- a/examples/sudo_logsrvd.conf
+++ b/examples/sudo_logsrvd.conf
@@ -21,6 +21,9 @@
# respond. A value of 0 will disable the timeout. The default value is 30.
#timeout = 30
+# If set, SO_KEEPALIVE socket option is set on the connected socket.
+#tcp_keepalive = true
+
# If set, secure connections with TLS 1.2 or 1.3.
# By default, server connections are not encrypted.
#tls = true