net: testing protocol

This commit is contained in:
Juan Batiz-Benet 2014-12-17 17:18:22 -08:00
parent ad43e1d462
commit 358b8a9984

View File

@ -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"