Merge pull request #1209 from hashicorp/f-downgrade

Bumps protocol version back down as we've made memberlist smarter.
This commit is contained in:
James Phillips 2015-08-31 14:52:27 -07:00
commit 6f29337782
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 (