docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / misc / resetonzerovc.xml
blob1fa30234ba6f123c56b339f815f59f00f85948f2
1 <samba:parameter name="reset on zero vc"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This boolean option controls whether an incoming session setup
8         should kill other connections coming from the same IP. This matches
9         the default Windows 2003 behaviour.
11         Setting this parameter to yes becomes necessary when you have a flaky
12         network and windows decides to reconnect while the old connection
13         still has files with share modes open. These files become inaccessible
14         over the new connection.
16         The client sends a zero VC on the new connection, and Windows 2003
17         kills all other connections coming from the same IP. This way the
18         locked files are accessible again.
20         Please be aware that enabling this option will kill connections behind
21         a masquerading router.
23         </para>
24 </description>
26 <value type="default">no</value>
27 </samba:parameter>