Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
aeedec4078
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
...
I forgot to change the check in udp.go when I changed Table.bond to be
based on lastPong instead of node presence in db. Rename lastPong to
bondTime and add hasBond so it's clearer what this DB key is used for
now.
7 years ago
..
database.go
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago
database_test.go
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago
node.go
p2p, p2p/discover: misc connectivity improvements ( #16069 )
7 years ago
node_test.go
p2p: add network simulation framework ( #14982 )
7 years ago
ntp.go
p2p, p2p/discover, p2p/nat: rework logging using context keys
8 years ago
table.go
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago
table_test.go
p2p, p2p/discover: misc connectivity improvements ( #16069 )
7 years ago
udp.go
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago
udp_test.go
p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode
7 years ago