Skip to content

Commit 1455283

Browse files
committed
bitswap/messagequeue: test setting SendDontHave to true
1 parent 3eaee0e commit 1455283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitswap/client/internal/messagequeue/messagequeue.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ func (mq *MessageQueue) extractOutgoingMessage(supportsHave bool) (bsmsg.BitSwap
809809
wantType = pb.Message_Wantlist_Block
810810
}
811811

812-
msgSize += mq.msg.AddEntry(e.Cid, e.Priority, wantType, false)
812+
msgSize += mq.msg.AddEntry(e.Cid, e.Priority, wantType, true)
813813
sentBcstEntries++
814814

815815
if msgSize >= mq.maxMessageSize {

0 commit comments

Comments
 (0)