Commit 358b8a99 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

net: testing protocol

parent ad43e1d4
......@@ -18,6 +18,7 @@ type ProtocolID string
// These are the ProtocolIDs of the protocols running. It is useful
// to keep them in one place.
const (
ProtocolTesting ProtocolID = "/ipfs/testing"
ProtocolBitswap ProtocolID = "/ipfs/bitswap"
ProtocolDHT ProtocolID = "/ipfs/dht"
ProtocolDiag ProtocolID = "/ipfs/diagnostics"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment