Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
c582667c
Commit
c582667c
authored
Aug 21, 2018
by
Anton Evangelatov
Committed by
Péter Szilágyi
Aug 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swarm/network: bump bzz protocol version (#17449)
parent
dcd97c41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
protocol.go
swarm/network/protocol.go
+1
-1
protocol_test.go
swarm/network/protocol_test.go
+1
-1
No files found.
swarm/network/protocol.go
View file @
c582667c
...
@@ -44,7 +44,7 @@ const (
...
@@ -44,7 +44,7 @@ const (
// BzzSpec is the spec of the generic swarm handshake
// BzzSpec is the spec of the generic swarm handshake
var
BzzSpec
=
&
protocols
.
Spec
{
var
BzzSpec
=
&
protocols
.
Spec
{
Name
:
"bzz"
,
Name
:
"bzz"
,
Version
:
5
,
Version
:
6
,
MaxMsgSize
:
10
*
1024
*
1024
,
MaxMsgSize
:
10
*
1024
*
1024
,
Messages
:
[]
interface
{}{
Messages
:
[]
interface
{}{
HandshakeMsg
{},
HandshakeMsg
{},
...
...
swarm/network/protocol_test.go
View file @
c582667c
...
@@ -31,7 +31,7 @@ import (
...
@@ -31,7 +31,7 @@ import (
)
)
const
(
const
(
TestProtocolVersion
=
5
TestProtocolVersion
=
6
TestProtocolNetworkID
=
3
TestProtocolNetworkID
=
3
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment