mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 03:17:43 +08:00
use a third-party pubsub library for internal communications Insights: * Within bitswap, the actors don't need anything more than simple pubsub behavior. Wrapping and unwrapping messages proves unneccessary. Changes: * Simplifies the interface for both actors calling GetBlock and actors receiving blocks on the network * Leverages a well-tested third-party pubsub library Design Goals: * reduce complexity * extract implementation details (wrapping and unwrapping data, etc) from bitswap and let bitswap focus on composition of core algorithms operations |
||
|---|---|---|
| .. | ||
| _workspace | ||
| Godeps.json | ||
| Readme | ||
This directory tree is generated automatically by godep. Please do not edit. See https://github.com/tools/godep for more information.