Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
26adf739
Commit
26adf739
authored
8 years ago
by
Jeromy
Browse files
Options
Download
Email Patches
Plain Diff
identify: make agent version mutable
parent
37377fd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
p2p/protocol/identify/id.go
+2
-1
p2p/protocol/identify/id.go
with
2 additions
and
1 deletion
+2
-1
p2p/protocol/identify/id.go
View file @
26adf739
...
...
@@ -30,7 +30,8 @@ const ID = "/ipfs/id/1.0.0"
// LibP2PVersion holds the current protocol version for a client running this code
// TODO(jbenet): fix the versioning mess.
const
LibP2PVersion
=
"ipfs/0.1.0"
const
ClientVersion
=
"go-libp2p/3.3.4"
var
ClientVersion
=
"go-libp2p/3.3.4"
// IDService is a structure that implements ProtocolIdentify.
// It is a trivial service that gives the other peer some
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help