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.
 
 
 
 
 
 
Dev Ojha c17547ac2f Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 6 years ago
..
conn consensus: Wait timeout precommit before starting new round (#2493) 6 years ago
dummy preserve original address and dial it instead of self-reported address (#1994) 6 years ago
pex p2p: Integrate new Transport 6 years ago
trust libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
upnp libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
README.md docs: use absolute links (#1617) 6 years ago
base_reactor.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
conn_set.go p2p: Implement PeerTransport 6 years ago
errors.go p2p: Integrate new Transport 6 years ago
fuzz.go fix import paths 6 years ago
key.go Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 6 years ago
key_test.go fix import paths 6 years ago
metrics.go metrics: Add additional metrics to p2p and consensus (#2425) 6 years ago
netaddress.go [p2p] Malformed external address causes SIGSEGV (if URL has empty host) (#2564) 6 years ago
netaddress_test.go Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 6 years ago
node_info.go p2p: add RPCAddress to NodeInfoOther.String() (#2442) 6 years ago
peer.go consensus: Wait timeout precommit before starting new round (#2493) 6 years ago
peer_set.go fix nil pointer panic by checking if peer is nil 6 years ago
peer_set_test.go metrics: Add additional metrics to p2p and consensus (#2425) 6 years ago
peer_test.go p2p: Integrate new Transport 6 years ago
switch.go fix p2p switch FlushThrottle value (#2569) 6 years ago
switch_test.go p2p: Integrate new Transport 6 years ago
test_util.go consensus: Wait timeout precommit before starting new round (#2493) 6 years ago
transport.go metrics: Add additional metrics to p2p and consensus (#2425) 6 years ago
transport_test.go p2p: Implement PeerTransport 6 years ago
types.go p2p: tmconn->conn and types->p2p 7 years ago
version.go move into p2p package 7 years ago
wire.go crypto: Refactor to move files out of the top level directory 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