diff options
author | Wayne Davison <wayned@samba.org> | 2009-10-20 15:07:51 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-10-20 15:07:51 -0700 |
commit | 3b8f8192227b14e708bf535072485e50f4362270 (patch) | |
tree | da162ce89304f190bdd73160958e69c885f3dec6 /rsync.h | |
parent | 8b3e6fb98511b08673603893c13f4fa702f85153 (diff) | |
download | rsync-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |