MCPcopy Create free account
hub / github.com/DOSNetwork/core / Join

Method Join

p2p/p2p_interface.go:42–42  ·  view source on GitHub ↗
(bootstrapIp []string)

Source from the content-addressed store, hash-verified

40 GetPort() string
41 Listen() error
42 Join(bootstrapIp []string) (num int, err error)
43 DisConnectTo(id []byte) error
44 Leave()
45 Request(ctx context.Context, id []byte, m proto.Message) (msg P2PMessage, err error)

Callers 3

JoinMethod · 0.65
StringMethod · 0.65
StartMethod · 0.65

Implementers 1

serverp2p/server.go

Calls

no outgoing calls

Tested by

no test coverage detected