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.
 
 
 
 
 
 
Callum Waters 59404003ee
p2p: rename pexV2 to pex (#7088)
3 years ago
..
conn p2p: rename pexV2 to pex (#7088) 3 years ago
mock p2p: cleanup transport interface (#7071) 3 years ago
mocks p2p: cleanup transport interface (#7071) 3 years ago
p2ptest p2p: track peer channels to avoid sending across a channel a peer doesn't have (#6601) 3 years ago
pex p2p: rename pexV2 to pex (#7088) 3 years ago
trust p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
upnp p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
README.md p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
address.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
address_test.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
conn_tracker.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
conn_tracker_test.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
errors.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
metrics.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
netaddress.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
p2p_test.go p2p: track peer channels to avoid sending across a channel a peer doesn't have (#6601) 3 years ago
peermanager.go Fix and clarify breaks from select cases. (#6781) 3 years ago
peermanager_scoring_test.go cleanup: Reduce and normalize import path aliasing. (#6975) 3 years ago
peermanager_test.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
pqueue.go p2p: avoid blocking on the dequeCh (#6765) 3 years ago
pqueue_test.go p2p: remove wdrr queue (#7064) 3 years ago
queue.go p2p: increase queue size to 16MB (#6588) 3 years ago
router.go p2p: cleanup unused arguments (#7079) 3 years ago
router_filter_test.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
router_init_test.go p2p: remove wdrr queue (#7064) 3 years ago
router_test.go p2p: track peer channels to avoid sending across a channel a peer doesn't have (#6601) 3 years ago
shim.go p2p: cleanup transport interface (#7071) 3 years ago
test_util.go p2p: delete legacy stack initial pass (#7035) 3 years ago
transport.go p2p: cleanup transport interface (#7071) 3 years ago
transport_mconn.go p2p: cleanup transport interface (#7071) 3 years ago
transport_mconn_test.go p2p: cleanup transport interface (#7071) 3 years ago
transport_memory.go p2p: cleanup transport interface (#7071) 3 years ago
transport_memory_test.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
transport_test.go p2p: cleanup transport interface (#7071) 3 years ago
types.go p2p: cleanup transport interface (#7071) 3 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