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.
 
 
 
 
 
 
Anton Kaliaev 37010ad5b2 use fmt.Sprint for string to int conversion 4 years ago
..
conn Fix linter errors thrown by `lll` (#3970) 5 years ago
mock node: allow registration of custom reactors while creating node (#3771) 5 years ago
pex p2p: return masked IP (not the actual IP) in addrbook#groupKey 4 years ago
trust tm-cmn to tm-db (#3850) 5 years ago
upnp use fmt.Sprint for string to int conversion 4 years ago
README.md docs: fix p2p readme links (#3109) 5 years ago
base_reactor.go p2p: peer state init too late and pex message too soon (#3634) 5 years ago
codec.go Renamed wire.go to codec.go (#3827) 5 years ago
conn_set.go p2p: file descriptor leaks (#3150) 5 years ago
errors.go p2p: seed mode refactoring (#3011) 5 years ago
fuzz.go gocritic (2/2) (#3864) 5 years ago
key.go remove unnecessary "crypto" import alias (#2940) 6 years ago
key_test.go fix import paths 6 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go p2p: return masked IP (not the actual IP) in addrbook#groupKey 4 years ago
netaddress_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
node_info.go Bring back NodeInfo NetAddress form the dead (#3545) 5 years ago
node_info_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
peer.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
peer_set.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
peer_set_test.go Fixes tendermint/tendermint#3522 5 years ago
peer_test.go replace errors.go with github.com/pkg/errors (2/2) (#3890) 5 years ago
switch.go replace errors.go with github.com/pkg/errors (1/2) (#3888) 5 years ago
switch_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
test_util.go Fix linter errors thrown by `lll` (#3970) 5 years ago
transport.go p2p: limit the number of incoming connections 4 years ago
transport_test.go p2p: limit the number of incoming connections 4 years ago
types.go p2p: tmconn->conn and types->p2p 6 years ago

README.md

p2p

The p2p package provides an abstraction around peer-to-peer communication.

Docs:

  • Connection for details on how connections and multiplexing work
  • Peer for details on peer ID, handshakes, and peer exchange
  • Node for details about different types of nodes and how they should work
  • Pex for details on peer discovery and exchange
  • Config for details on some config option