Commit 022bf05e authored by Brian Tiger Chow's avatar Brian Tiger Chow

doc(bitswap:strat) add note to remove blocks from peer's wantlist after

sending
parent cd0cb0b7
......@@ -89,6 +89,9 @@ func (s *strategist) MessageSent(p *peer.Peer, m bsmsg.BitSwapMessage) error {
for _, block := range m.Blocks() {
l.SentBytes(len(block.Data))
}
// TODO remove these blocks from peer's want list
return nil
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment