You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ systemd-netlogd reads configuration files named `/etc/systemd/netlogd.conf` and
80
80
81
81
TLSCertificateAuthMode=
82
82
Specifies whether to validate the certificate. Takes one of no, allow, deny, warn. Defaults to 'no' which disables certificate validation.
83
-
83
+
84
84
KeepAlive=
85
85
Takes a boolean argument. If true, the TCP/IP stack will send a keep alive message after 2h (depending on the configuration of /proc/sys/net/ipv4/tcp_keepalive_time)
86
86
for all TCP streams accepted on this socket. This controls the SO_KEEPALIVE socket option (see socket(7) and the TCP Keepalive HOWTO for details.) Defaults to false.
@@ -90,19 +90,18 @@ systemd-netlogd reads configuration files named `/etc/systemd/netlogd.conf` and
90
90
and the TCP Keepalive HOWTO for details.) Default value is 7200 seconds (2 hours).
91
91
92
92
KeepAliveIntervalSec=
93
-
Takes time (in seconds) as argument between individual keepalive probes, if the socket option SO_KEEPALIVE has been set on this socket. This controls the TCP_KEEPINTVL
93
+
Takes time (in seconds) as argument between individual keepalive probes, if the socket option SO_KEEPALIVE has been set on this socket. This controls the TCP_KEEPINTVL
94
94
socket option (see socket(7) and the TCP Keepalive HOWTO for details.) Default value is 75 seconds.
95
-
95
+
96
96
KeepAliveProbes=
97
97
Takes an integer as argument. It is the number of unacknowledged probes to send before considering the connection dead and notifying the application layer. This controls the
98
98
TCP_KEEPCNT socket option (see socket(7) and the TCP Keepalive HOWTO for details.) Default value is 9.
99
99
100
100
SendBuffer=
101
-
Takes an integer argument controlling the receive or send buffer sizes of this socket, respectively. This controls the SO_RCVBUF and SO_SNDBUF socket options (see socket(7) for details.).
102
-
The usual suffixes K, M, G are supported and are understood to the base of 1024.
103
-
101
+
Takes an integer argument controlling the receive or send buffer sizes of this socket, respectively. This controls the SO_SNDBUF socket options (see socket(7) for details.). The usual suffixes K, M, G are supported and are understood to the base of 1024.
102
+
104
103
NoDelay=
105
-
Takes a boolean argument. TCP Nagle's algorithm works by combining a number of small outgoing messages, and sending them all at once.
104
+
Takes a boolean argument. TCP Nagle's algorithm works by combining a number of small outgoing messages, and sending them all at once.
106
105
This controls the TCP_NODELAY socket option (see tcp(7)). Defaults to false.
0 commit comments