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 a14fd8eba0
p2p: fix peer count mismatch #2332 (#2969)
6 years ago
..
conn p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) 6 years ago
dummy p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) 6 years ago
pex remove unnecessary "crypto" import alias (#2940) 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: 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 rename Accum -> ProposerPriority: (#2932) 6 years ago
netaddress.go p2p: AddressBook requires addresses to have IDs; Do not close conn immediately after sending pex addrs in seed mode (#2797) 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 Updated Marshal and unmarshal methods to make compatible with protobuf (#2918) 6 years ago
node_info_test.go ADR-016: Add protocol Version to NodeInfo (#2654) 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 p2p: fix peer count mismatch #2332 (#2969) 6 years ago
transport.go p2p: NewMultiplexTransport takes an MConnConfig (#2869) 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