Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
655ea5e2
Commit
655ea5e2
authored
Jul 14, 2017
by
Herman Junge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add queried peer ID to query event
parent
b62d46c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
routing.go
routing.go
+2
-1
No files found.
routing.go
View file @
655ea5e2
...
...
@@ -444,7 +444,7 @@ func (dht *IpfsDHT) FindPeer(ctx context.Context, id peer.ID) (pstore.PeerInfo,
closer
:=
pmes
.
GetCloserPeers
()
clpeerInfos
:=
pb
.
PBPeersToPeerInfos
(
closer
)
// see i
t
we got the peer here
// see i
f
we got the peer here
for
_
,
npi
:=
range
clpeerInfos
{
if
npi
.
ID
==
id
{
return
&
dhtQueryResult
{
...
...
@@ -456,6 +456,7 @@ func (dht *IpfsDHT) FindPeer(ctx context.Context, id peer.ID) (pstore.PeerInfo,
notif
.
PublishQueryEvent
(
parent
,
&
notif
.
QueryEvent
{
Type
:
notif
.
PeerResponse
,
ID
:
p
,
Responses
:
clpeerInfos
,
})
...
...
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