Home
last modified time | relevance | path

Searched refs:dbNodePong (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/enode/
H A Dnodedb.go50 dbNodePong = "lastpong" const
340 if field == dbNodePong {
387 return time.Unix(db.fetchInt64(nodeItemKey(id, ip, dbNodePong)), 0)
395 return db.storeInt64(nodeItemKey(id, ip, dbNodePong), instance.Unix())