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.
 
 
 
 
 
 
Ismail Khoffi 40c887baf7 Normalize priorities to not exceed total voting power (#3049) 5 years ago
..
conn Make SecretConnection thread safe (#3111) 5 years ago
dummy p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) 6 years ago
pex Revert to using defers in addrbook. (#3025) 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: fix p2p readme links (#3109) 5 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: NodeInfo is an interface; General cleanup (#2556) 6 years ago
fuzz.go fix import paths 6 years ago
key.go remove unnecessary "crypto" import alias (#2940) 6 years ago
key_test.go fix import paths 6 years ago
metrics.go Normalize priorities to not exceed total voting power (#3049) 5 years ago
netaddress.go Revert to using defers in addrbook. (#3025) 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 Update node_info.go (#3059) 6 years ago
node_info_test.go Revert to using defers in addrbook. (#3025) 6 years ago
peer.go p2p: NewMultiplexTransport takes an MConnConfig (#2869) 6 years ago
peer_set.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
peer_set_test.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
peer_test.go remove unnecessary "crypto" import alias (#2940) 6 years ago
switch.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
switch_test.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
test_util.go Revert to using defers in addrbook. (#3025) 6 years ago
transport.go Revert to using defers in addrbook. (#3025) 6 years ago
transport_test.go p2p: NewMultiplexTransport takes an MConnConfig (#2869) 6 years ago
types.go p2p: tmconn->conn and types->p2p 6 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