We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027599b commit 8820ca6Copy full SHA for 8820ca6
pkg/p2p/libp2p/internal/handshake/handshake.go
@@ -30,7 +30,7 @@ const (
30
// ProtocolName is the text of the name of the handshake protocol.
31
ProtocolName = "handshake"
32
// ProtocolVersion is the current handshake protocol version.
33
- ProtocolVersion = "13.0.0"
+ ProtocolVersion = "14.0.0"
34
// StreamName is the name of the stream used for handshake purposes.
35
StreamName = "handshake"
36
// MaxWelcomeMessageLength is maximum number of characters allowed in the welcome message.
0 commit comments