Skip to content

Commit

Permalink
p2p: bump devp2p protcol version to 3
Browse files Browse the repository at this point in the history
For compatibility with cpp-ethereum
  • Loading branch information
fjl committed Feb 13, 2015
1 parent fd3e106 commit 32a9c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

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

Expand Down

0 comments on commit 32a9c0c

Please sign in to comment.