AddTimeoutCnt incre timeout count
()
| 83 | |
| 84 | //AddTimeoutCnt incre timeout count |
| 85 | func (this *NodeWeight) AddTimeoutCnt() { |
| 86 | this.timeoutCnt++ |
| 87 | } |
| 88 | |
| 89 | //AddErrorRespCnt incre receive error header/block count |
| 90 | func (this *NodeWeight) AddErrorRespCnt() { |