Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
rebase and bring uptodate
Browse files Browse the repository at this point in the history
  • Loading branch information
zelig committed Nov 28, 2018
1 parent d5abbf8 commit f5327ab
Show file tree
Hide file tree
Showing 11 changed files with 1,909 additions and 6 deletions.
7 changes: 1 addition & 6 deletions swarm/pss/pss.go
Original file line number Diff line number Diff line change
Expand Up @@ -897,12 +897,7 @@ func (p *Pss) forward(msg *PssMsg) error {

// send with kademlia
// find the closest peer to the recipient and attempt to send
// send with kademlia
// find the closest peer to the recipient and attempt to send
sent := 0
ponow, _ := p.Kademlia.Pof(p.BaseAddr(), to, 0)
depth := 0
sent := 0
sent := 0
p.Kademlia.EachConn(to, 256, func(sp *network.Peer, po int, isproxbin bool) bool {
info := sp.Info()

Expand Down
Loading

0 comments on commit f5327ab

Please sign in to comment.