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

Method RemoveFromOutConnRecord

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

Source from the content-addressed store, hash-verified

56 GetOutConnRecordLen() int
57 RemoveFromConnectingList(addr string)
58 RemoveFromOutConnRecord(addr string)
59 RemoveFromInConnRecord(addr string)
60 AddPeerAddress(addr string, p *peer.Peer)
61 GetOutConnectingListLen() (count uint)

Callers 3

TestOutConnAPIFunction · 0.65
VersionHandleFunction · 0.65
DisconnectHandleFunction · 0.65

Implementers 1

NetServerp2pserver/net/netserver/netserver.go

Calls

no outgoing calls

Tested by 1

TestOutConnAPIFunction · 0.52