NodeEstablished return whether a peer is establish with self according to id
(id uint64)
| 218 | |
| 219 | //NodeEstablished return whether a peer is establish with self according to id |
| 220 | func (this *NetServer) NodeEstablished(id uint64) bool { |
| 221 | return this.Np.NodeEstablished(id) |
| 222 | } |
| 223 | |
| 224 | //Xmit called by actor, broadcast msg |
| 225 | func (this *NetServer) Xmit(msg types.Message) { |