Default is yes now
[Samba/bjacke.git] / docs / smbdotconf / tuning / keepalive.xml
blobdd0c1ca51d14857966110343fd629b897197199d
1 <samba:parameter name="keepalive"
2                  context="G"
3                                  type="integer"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>The value of the parameter (an integer) represents 
8     the number of seconds between <parameter moreinfo="none">keepalive</parameter> 
9     packets. If this parameter is zero, no keepalive packets will be 
10     sent. Keepalive packets, if sent, allow the server to tell whether 
11     a client is still present and responding.</para>
13     <para>Keepalives should, in general, not be needed if the socket 
14     being used has the SO_KEEPALIVE attribute set on it (see <link linkend="SOCKETOPTIONS">
15     <parameter moreinfo="none">socket options</parameter></link>). 
16 Basically you should only use this option if you strike difficulties.</para>
17 </description>
19 <value type="default">300</value>
20 <value type="example">600</value>
21 </samba:parameter>