Versions in this module Expand all Collapse all v0 v0.31.5 Apr 16, 2019 Changes in this version + type Peer struct + Outbound bool + Persistent bool + func NewPeer(ip net.IP) *Peer + func (mp *Peer) CloseConn() error + func (mp *Peer) FlushStop() + func (mp *Peer) Get(key string) interface{} + func (mp *Peer) ID() p2p.ID + func (mp *Peer) IsOutbound() bool + func (mp *Peer) IsPersistent() bool + func (mp *Peer) NodeInfo() p2p.NodeInfo + func (mp *Peer) RemoteAddr() net.Addr + func (mp *Peer) RemoteIP() net.IP + func (mp *Peer) Send(chID byte, msgBytes []byte) bool + func (mp *Peer) Set(key string, value interface{}) + func (mp *Peer) SocketAddr() *p2p.NetAddress + func (mp *Peer) Status() conn.ConnectionStatus + func (mp *Peer) TrySend(chID byte, msgBytes []byte) bool