GetConnectionCnt return the established connect count
()
| 89 | |
| 90 | //GetConnectionCnt return the established connect count |
| 91 | func (this *P2PServer) GetConnectionCnt() uint32 { |
| 92 | return this.network.GetConnectionCnt() |
| 93 | } |
| 94 | |
| 95 | //GetMaxPeerBlockHeight return the established connect count |
| 96 | func (this *P2PServer) GetMaxPeerBlockHeight() uint64 { |
no test coverage detected