mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
Bumps protocol version to 3 to get serf version 5.
This commit is contained in:
parent
0aea1f06a1
commit
feb7f65703
@ -32,6 +32,7 @@ func init() {
|
||||
protocolVersionMap = map[uint8]uint8{
|
||||
1: 4,
|
||||
2: 4,
|
||||
3: 5,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -27,7 +27,7 @@ import (
|
||||
// protocol versions.
|
||||
const (
|
||||
ProtocolVersionMin uint8 = 1
|
||||
ProtocolVersionMax = 2
|
||||
ProtocolVersionMax = 3
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
x
Reference in New Issue
Block a user