summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-10-20 15:07:51 -0700
committerWayne Davison <wayned@samba.org>2009-10-20 15:07:51 -0700
commit3b8f8192227b14e708bf535072485e50f4362270 (patch)
treeda162ce89304f190bdd73160958e69c885f3dec6 /rsync.h
parent8b3e6fb98511b08673603893c13f4fa702f85153 (diff)
downloadrsync-3b8f8192227b14e708bf535072485e50f4362270.tar.gz
rsync-3b8f8192227b14e708bf535072485e50f4362270.tar.bz2
rsync-3b8f8192227b14e708bf535072485e50f4362270.zip
A protocol 31 daemon will inform the client about its timeout setting
so that the client will be able to cooperate with keep-alive.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 843885b5..c5e76913 100644
--- a/rsync.h
+++ b/rsync.h
@@ -98,7 +98,7 @@
/* This is used when working on a new protocol version in CVS, and should
* be a new non-zero value for each CVS change that affects the protocol.
* It must ALWAYS be 0 when the protocol goes final (and NEVER before)! */
-#define SUBPROTOCOL_VERSION 8
+#define SUBPROTOCOL_VERSION 9
/* We refuse to interoperate with versions that are not in this range.
* Note that we assume we'll work with later versions: the onus is on