1 <samba:parameter name="reset on zero vc"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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.
26 <value type="default">no</value>