[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Thu May 26 12:05:10 MDT 2011


The branch, v3-6-test has been updated
       via  341694e s3: Document "async smb echo handler"
      from  9a01a15 WHATSNEW: Start adding changes since rc1.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 341694edc159b8b923ce4d5c22bebed6e1e7ad1b
Author: Volker Lendecke <vl at samba.org>
Date:   Thu May 26 11:40:21 2011 +0200

    s3: Document "async smb echo handler"
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu May 26 12:50:55 CEST 2011 on sn-devel-104
    (cherry picked from commit 875e29ba830b269faf8ca7ff7cd7fc95c0c18f28)
    
    Fix bug #7571 (Documentation on new "async smb echo handler" parameter is
    missing).

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/misc/asyncsmbechohandler.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 docs-xml/smbdotconf/misc/asyncsmbechohandler.xml


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml b/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml
new file mode 100644
index 0000000..d10dac9
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/asyncsmbechohandler.xml
@@ -0,0 +1,15 @@
+<samba:parameter name="async smb echo handler"
+                 context="G"
+				 type="boolean"
+                 advanced="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+	<para>This parameter specifies whether Samba should fork the
+	  async smb echo handler. It can be beneficial if your file
+	  system can block syscalls for a very long time. In some
+	  circumstances, it prolongs the timeout that Windows uses to
+	  determine whether a connection is dead.
+	</para>
+</description>
+<value type="default">no</value>
+</samba:parameter>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list