host interface + services
The separation of work in the p2p pkg is as follows: - net implements the Swarm and connectivity - protocol has muxer and header protocols - host implements protocol muxing + services - identify took over handshake completely! yay. - p2p package works as a whole
host/basic/basic_host.go
0 → 100644
host/host.go
0 → 100644
protocol/identify/id.go
0 → 100644
protocol/identify/id_test.go
0 → 100644
protocol/relay/relay.go
0 → 100644
protocol/relay/relay_test.go
0 → 100644
test/util/util.go
0 → 100644
Please register or sign in to comment