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.
 
 
 
 
 
 
Ethan Buchman 359898dcac p2p: fix conn leak. part of #2046 6 years ago
..
conn crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
dummy preserve original address and dial it instead of self-reported address (#1994) 6 years ago
pex crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
trust fix import paths 6 years ago
upnp fix import paths 6 years ago
README.md docs: use absolute links (#1617) 6 years ago
base_reactor.go fix import paths 6 years ago
errors.go Move to ne.IP 6 years ago
fuzz.go fix import paths 6 years ago
key.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
key_test.go fix import paths 6 years ago
listener.go p2p: fix conn leak. part of #2046 6 years ago
listener_test.go add test 6 years ago
metrics.go fixes after @xla review 6 years ago
netaddress.go fix import paths 6 years ago
netaddress_test.go require addresses to have an ID by default 6 years ago
node_info.go NodeInfo version check: delete redundant code 6 years ago
peer.go preserve original address and dial it instead of self-reported address (#1994) 6 years ago
peer_set.go fix nil pointer panic by checking if peer is nil 6 years ago
peer_set_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
peer_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
switch.go p2p: fix conn leak. part of #2046 6 years ago
switch_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
test_util.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
types.go p2p: tmconn->conn and types->p2p 6 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