GetNeighborAddrs return all nbr`s address
()
| 145 | |
| 146 | //GetNeighborAddrs return all nbr`s address |
| 147 | func (this *P2PServer) GetNeighborAddrs() []common.PeerAddr { |
| 148 | return this.network.GetNeighborAddrs() |
| 149 | } |
| 150 | |
| 151 | //Xmit called by other module to broadcast msg |
| 152 | func (this *P2PServer) Xmit(message interface{}) error { |
nothing calls this directly
no test coverage detected