Bumps protocol version back down as we've made memberlist smarter.

This commit is contained in:
James Phillips 2015-08-31 11:16:34 -07:00
parent 2ee887ecc3
commit c0127e9932
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ func init() {
protocolVersionMap = map[uint8]uint8{
1: 4,
2: 4,
3: 5,
}
}

View File

@ -26,7 +26,7 @@ import (
// protocol versions.
const (
ProtocolVersionMin uint8 = 1
ProtocolVersionMax = 3
ProtocolVersionMax = 2
)
const (