]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd.socket: be explicit that MaxConnectionsPerSource=0 means disabled 32140/head
authorMike Yuan <me@yhndnzj.com>
Sun, 7 Apr 2024 17:49:33 +0000 (01:49 +0800)
committerMike Yuan <me@yhndnzj.com>
Sun, 7 Apr 2024 17:49:49 +0000 (01:49 +0800)
man/systemd.socket.xml

index 3531ffaa175f83d56fff4b5e51b58e7838a50848..8dc7641dde8e9cd72ce239efe7aeb848812f5eb1 100644 (file)
 
       <varlistentry>
         <term><varname>MaxConnections=</varname></term>
-        <listitem><para>The maximum number of connections to
-        simultaneously run services instances for, when
-        <option>Accept=yes</option> is set. If more concurrent
-        connections are coming in, they will be refused until at least
-        one existing connection is terminated. This setting has no
-        effect on sockets configured with
-        <option>Accept=no</option> or datagram sockets. Defaults to
-        64.</para></listitem>
+        <listitem><para>The maximum number of connections to simultaneously run services instances for, when
+        <option>Accept=yes</option> is set. If more concurrent connections are coming in, they will be refused
+        until at least one existing connection is terminated. This setting has no effect on sockets configured
+        with <option>Accept=no</option> or datagram sockets. Defaults to 64.</para></listitem>
       </varlistentry>
 
       <varlistentry>
         <listitem><para>The maximum number of connections for a service per source IP address (in case of
         IPv4/IPv6), per source CID (in case of <constant>AF_VSOCK</constant>), or source UID (in case of
         <constant>AF_UNIX</constant>). This is very similar to the <varname>MaxConnections=</varname>
-        directive above. Disabled by default.</para>
+        directive above. Defaults to 0, i.e. disabled.</para>
 
         <xi:include href="version-info.xml" xpointer="v232"/>
         </listitem>