From 358b8a998457bae59480ed8d20df488847fba2ac Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Wed, 17 Dec 2014 17:18:22 -0800 Subject: [PATCH] net: testing protocol --- net/interface.go | 1 + 1 file changed, 1 insertion(+) diff --git a/net/interface.go b/net/interface.go index 2a24076f1..a7469f178 100644 --- a/net/interface.go +++ b/net/interface.go @@ -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"