Skip to content

Commit

Permalink
p2p, p2p/discover: protocol version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Apr 30, 2015
1 parent fc747ef commit b34a8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p2p/discover/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/ethereum/go-ethereum/rlp"
)

const Version = 3
const Version = 4

// Errors
var (
Expand Down
2 changes: 1 addition & 1 deletion p2p/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
baseProtocolVersion = 3
baseProtocolVersion = 4
baseProtocolLength = uint64(16)
baseProtocolMaxMsgSize = 10 * 1024 * 1024

Expand Down

0 comments on commit b34a8ef

Please sign in to comment.