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
Jeffrey Wilcke 90b94e64fc Merge pull request #971 from fjl/p2p-limit-tweaks 9 years ago
..
discover p2p/discover: limit open files for node database 9 years ago
nat p2p/nat: tweak port mapping log messages and levels 9 years ago
handshake.go p2p: fix disconnect at capacity 10 years ago
handshake_test.go p2p: fix disconnect at capacity 10 years ago
message.go p2p: added received at to peer message 10 years ago
message_test.go p2p: use package rlp to encode messages 10 years ago
peer.go p2p: log remote reason when disconnect is requested 9 years ago
peer_error.go p2p: make DiscReason bigger than byte 10 years ago
peer_test.go p2p: remove testlog 9 years ago
protocol.go p2p: print Cap as name/version 10 years ago
rlpx.go p2p: reject messages that cannot be written as simple RLPx frames 10 years ago
rlpx_test.go p2p: use package rlp to encode messages 10 years ago
server.go p2p: bump maxAcceptConns and defaultDialTimout 9 years ago
server_test.go p2p: remove testlog 9 years ago