introducing p2p pkg
I think it's time to move a lot of the peer-to-peer networking but-not-ipfs-specific things into its own package: p2p. This could in the future be split off into its own library. The first thing to go is the peer.
parents
peer/metrics.go
0 → 100644
peer/metrics_test.go
0 → 100644
peer/peer.go
0 → 100644
peer/peer_test.go
0 → 100644
peer/peerstore.go
0 → 100644
peer/peerstore_test.go
0 → 100644
peer/queue/distance.go
0 → 100644
peer/queue/interface.go
0 → 100644
peer/queue/queue_test.go
0 → 100644
peer/queue/sync.go
0 → 100644
Please register or sign in to comment