mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
feat(bitswap) add deliverBlocks Event
This commit is contained in:
parent
4ae02bc022
commit
d9a8cfbd72
@ -276,6 +276,7 @@ func (bs *bitswap) taskWorker(ctx context.Context) {
|
||||
if !ok {
|
||||
continue
|
||||
}
|
||||
log.Event(ctx, "deliverBlocks", envelope.Message, envelope.Peer)
|
||||
bs.send(ctx, envelope.Peer, envelope.Message)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user