Skip to content

Commit 6a50510

Browse files
committed
Add todo
1 parent d7778be commit 6a50510

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

partialmessages/partialmsgs.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import (
1010
"github.com/libp2p/go-libp2p/core/peer"
1111
)
1212

13-
// TODO: Add gossip fallback
13+
// TODO: Add gossip fallback (pick random connected peers and send ihave/iwants)
14+
// TODO: Update scoring code to not kick partial-message only peers
1415
// Question: How to configure scheduling RPCs?
1516
// - Leave it up to the implementation of sendRPC
1617
// Question: Skip partial IHAVE for now?

0 commit comments

Comments
 (0)