MCPcopy Create free account
hub / github.com/DNAProject/DNA / AddTimeoutCnt

Method AddTimeoutCnt

p2pserver/block_sync.go:85–87  ·  view source on GitHub ↗

AddTimeoutCnt incre timeout count

()

Source from the content-addressed store, hash-verified

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

Callers 1

addTimeoutCntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected