diff options
author | Susant Sahani <ssahani@users.noreply.github.com> | 2016-08-02 23:18:23 +0530 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-02 13:48:23 -0400 |
commit | 9d565427647a874b7eda64ef0cb41ea74a96659b (patch) | |
tree | 0dc7f6b19040c1d6fbec0612cd9732e4fc83ffa0 /man | |
parent | 87edd2b116c107b54c844e88de06be62ab55e29d (diff) |
socket: add support to control no. of connections from one source (#3607)
Introduce MaxConnectionsPerSource= that is number of concurrent
connections allowed per IP.
RFE: 1939
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.socket.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 5bf54d8ef3..26e5d3ce7b 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -443,6 +443,14 @@ </varlistentry> <varlistentry> + <term><varname>MaxConnectionsPerSource=</varname></term> + <listitem><para>The maximum number of connections for a service per source IP address. + This is is very similar to the <varname>MaxConnections=</varname> directive + above. Disabled by default.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>KeepAlive=</varname></term> <listitem><para>Takes a boolean argument. If true, the TCP/IP stack will send a keep alive message after 2h (depending on |