Skip to content

Commit a1c920b

Browse files
authored
Update README.md
1 parent 513f03d commit a1c920b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ systemd-netlogd reads configuration files named `/etc/systemd/netlogd.conf` and
9797
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
9898
TCP_KEEPCNT socket option (see socket(7) and the TCP Keepalive HOWTO for details.) Default value is 9.
9999

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+
104+
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.
106+
This controls the TCP_NODELAY socket option (see tcp(7)). Defaults to false.
107+
100108
Optional settings
101109

102110
StructuredData=

0 commit comments

Comments
 (0)