GetConnectionCnt return the total number of valid connections
()
| 193 | |
| 194 | //GetConnectionCnt return the total number of valid connections |
| 195 | func (this *NetServer) GetConnectionCnt() uint32 { |
| 196 | return this.Np.GetNbrNodeCnt() |
| 197 | } |
| 198 | |
| 199 | //GetMaxPeerBlockHeight return the most height of valid connections |
| 200 | func (this *NetServer) GetMaxPeerBlockHeight() uint64 { |