(addr string)
| 60 | AddPeerAddress(addr string, p *peer.Peer) |
| 61 | GetOutConnectingListLen() (count uint) |
| 62 | RemovePeerAddress(addr string) |
| 63 | AddNbrNode(*peer.Peer) |
| 64 | DelNbrNode(id uint64) (*peer.Peer, bool) |
| 65 | NodeEstablished(uint64) bool |
no outgoing calls
no test coverage detected