Note about multiplexing.
authorMartin Pool <mbp@samba.org>
Thu, 22 Feb 2001 13:01:27 +0000 (13:01 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 22 Feb 2001 13:01:27 +0000 (13:01 +0000)
csprotocol.txt

index 05b28c1907f0a3d1a1e32a045de58705bae7e41b..bd81de1d53f4aef9e86d6e2d2528da8082e401f0 100644 (file)
@@ -3,6 +3,8 @@ basically a summary of clientserver.c and authenticate.c.
 
  -- Martin Pool <mbp@samba.org>
 
+$Id$
+
 
 
 
@@ -54,6 +56,11 @@ So if the client specifies a list of files to be included or excluded,
 they'll defer to existing limits specified in the server
 configuration.
 
+At this point the client and server both switch to using a
+multiplexing layer across the socket.  The main point of this is to
+allow the server to asynchronously pass errors back, while still
+allowing streamed and pipelined data.
+
 The server then talks to the client as normal across the socket,
 passing checksums, file lists and so on.  For documentation of that,
 stay tuned (or write it yourself!).