MCPcopy Create free account
hub / github.com/DNAProject/DNA / Start

Method Start

p2pserver/net/protocol/server.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31//P2P represent the net interface of p2p package
32type P2P interface {
33 Start()
34 Halt()
35 Connect(addr string) error
36 GetID() uint64

Callers 3

startSigSvrFunction · 0.65
StartMethod · 0.65
TestMsgRouterFunction · 0.65

Implementers 1

NetServerp2pserver/net/netserver/netserver.go

Calls

no outgoing calls

Tested by 1

TestMsgRouterFunction · 0.52