mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 08:47:52 +08:00
net: testing protocol
This commit is contained in:
parent
ad43e1d462
commit
358b8a9984
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user