aboutsummaryrefslogtreecommitdiffstats
path: root/csprotocol.txt
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-08-23 06:14:54 +0000
committerMartin Pool <mbp@samba.org>2001-08-23 06:14:54 +0000
commit063393d62ddb2de75a0ec2f11295b12a4b929cc3 (patch)
tree20fc6005a0ea400a2d37fa973064d925b88d8b5b /csprotocol.txt
parent7a55d06e0d6771625ed2041f08470f2cdbd25965 (diff)
downloadandroid_external_rsync-063393d62ddb2de75a0ec2f11295b12a4b929cc3.tar.gz
android_external_rsync-063393d62ddb2de75a0ec2f11295b12a4b929cc3.tar.bz2
android_external_rsync-063393d62ddb2de75a0ec2f11295b12a4b929cc3.zip
Only use the "@RSYNC EXIT" tag if we're talking to a client about
version 25. This prevents it appearing and messing up the module list when an old client connects to a 2.4.7 server.
Diffstat (limited to 'csprotocol.txt')
-rw-r--r--csprotocol.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/csprotocol.txt b/csprotocol.txt
index b41c20fb..fc388202 100644
--- a/csprotocol.txt
+++ b/csprotocol.txt
@@ -72,3 +72,11 @@ stay tuned (or write it yourself!).
+------------
+Protocol version changes
+
+25 (2001-08-20, 2.4.7pre2)
+
+ Send an explicit "@RSYNC EXIT" command at the end of the
+ module listing. We never intentionally end the transmission
+ by just closing the socket anymore.