Skip to content
GitLab
Menu
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
5d8988f3
Commit
5d8988f3
authored
Oct 30, 2018
by
vyzo
Browse files
add comment about the unstable nature of BasicHost.PushIdentify
parent
69144bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2p/host/basic/basic_host.go
View file @
5d8988f3
...
...
@@ -258,6 +258,7 @@ func (h *BasicHost) newStreamHandler(s inet.Stream) {
}
// PushIdentify pushes an identify update through the identify push protocol
// Warning: this interface is unstable and may disappear in the future.
func
(
h
*
BasicHost
)
PushIdentify
()
{
h
.
ids
.
Push
()
}
...
...
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