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.
 
 
 
 
 
 
go-ethereum/p2p
meowsbits 750115ff39
p2p/nat: skip TestUPNP in non-CI environments if discover fails (#22877)
3 years ago
..
discover p2p/discover/v4wire: use optional RLP field for EIP-868 seq (#22842) 3 years ago
dnsdisc p2p/dnsdisc: fix crash when iterator closed before first call to Next (#22906) 3 years ago
enode p2p/enode: avoid crashing for invalid IP (#21981) 4 years ago
enr p2p/enr: fix decoding of incomplete lists (#22484) 4 years ago
msgrate eth, p2p/msgrate: move peer QoS tracking to its own package and use it for snap (#22876) 3 years ago
nat p2p/nat: skip TestUPNP in non-CI environments if discover fails (#22877) 3 years ago
netutil p2p/discover: implement v5.1 wire protocol (#21647) 4 years ago
nodestate les: move client pool to les/vflux/server (#22495) 4 years ago
rlpx p2p: move rlpx into separate package (#21464) 4 years ago
simulations cmd/utils: don't enumerate USB unless --usb is set (#22130) 4 years ago
tracker p2p/tracker: only reschedule wake if previous didn't run 3 years ago
dial.go p2p: add 0 port check in dialer (#21008) 4 years ago
dial_test.go p2p: new dial scheduler (#20592) 5 years ago
message.go eth: implement eth66 (#22241) 4 years ago
message_test.go p2p: move rlpx into separate package (#21464) 4 years ago
metrics.go eth/protocols, prp/tracker: add support for req/rep rtt tracking (#22608) 3 years ago
peer.go eth: unregister peer only when handler exits (#22908) 3 years ago
peer_error.go p2p: fix some golint warnings (#16577) 6 years ago
peer_test.go p2p: move rlpx into separate package (#21464) 4 years ago
protocol.go cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 5 years ago
server.go p2p: fix minor typo and remove fd parameter in checkInboundConn (#22547) 4 years ago
server_test.go p2p: move rlpx into separate package (#21464) 4 years ago
transport.go p2p: move rlpx into separate package (#21464) 4 years ago
transport_test.go p2p: move rlpx into separate package (#21464) 4 years ago
util.go p2p: new dial scheduler (#20592) 5 years ago
util_test.go p2p: new dial scheduler (#20592) 5 years ago