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
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947)
3 years ago
..
discover all: update license headers and AUTHORS from git history (#24947) 3 years ago
dnsdisc all: update license headers and AUTHORS from git history (#24947) 3 years ago
enode all: use T.TempDir to create temporary test directories (#24633) 3 years ago
enr p2p/enr: reduce allocation in Record.encode (#24034) 3 years ago
msgrate p2p/msgrate: return capacity as integer, clamp to max uint32 (#22943) 4 years ago
nat all: replace strings.Replace with string.ReplaceAll (#24835) 3 years ago
netutil all: add go:build lines (#23468) 4 years ago
nodestate les/vflux/client, p2p/nodestate: fix data races (#24058) 3 years ago
rlpx all: update license headers and AUTHORS from git history (#24947) 3 years ago
simulations all: replace uses of ioutil with io and os (#24869) 3 years ago
tracker p2p/tracker: only reschedule wake if previous didn't run 4 years ago
dial.go p2p, p2p/enode: fix data races (#23434) 4 years ago
dial_test.go
message.go all: replace uses of ioutil with io and os (#24869) 3 years ago
message_test.go
metrics.go
peer.go p2p: define DiscReason as uint8 (#24507) 3 years ago
peer_error.go p2p: fix type of DiscSubprotocolError (#24747) 3 years ago
peer_test.go
protocol.go
server.go p2p: reduce the scope of variable dialPubkey (#24385) 3 years ago
server_test.go all: fix warning flagging the use of DeepEqual on error (#23624) 3 years ago
transport.go all: update license headers and AUTHORS from git history (#24947) 3 years ago
transport_test.go all: update license headers and AUTHORS from git history (#24947) 3 years ago
util.go
util_test.go