We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7778be commit 6a50510Copy full SHA for 6a50510
partialmessages/partialmsgs.go
@@ -10,7 +10,8 @@ import (
10
"github.com/libp2p/go-libp2p/core/peer"
11
)
12
13
-// TODO: Add gossip fallback
+// TODO: Add gossip fallback (pick random connected peers and send ihave/iwants)
14
+// TODO: Update scoring code to not kick partial-message only peers
15
// Question: How to configure scheduling RPCs?
16
// - Leave it up to the implementation of sendRPC
17
// Question: Skip partial IHAVE for now?
0 commit comments