(addr string)
| 52 | Send(p *peer.Peer, msg types.Message) error |
| 53 | GetMsgChan() chan *types.MsgPayload |
| 54 | GetPeerFromAddr(addr string) *peer.Peer |
| 55 | AddOutConnectingList(addr string) (added bool) |
| 56 | GetOutConnRecordLen() int |
| 57 | RemoveFromConnectingList(addr string) |
no outgoing calls
no test coverage detected