mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
We had a problem: we were starting all the services with the network live, and so would miss early messages. We were noticing bitswap messages not handled (not in muxer). Many of the subsystems expect the network to _exist_ when they start up, so we split construction and starting to listen into two separate steps. |
||
|---|---|---|
| .. | ||
| commands | ||
| corehttp | ||
| corerepo | ||
| coreunix | ||
| .gitignore | ||
| bootstrap_test.go | ||
| bootstrap.go | ||
| core_test.go | ||
| core.go | ||
| datastore.go | ||
| mock.go | ||