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 6f6083dae3
linter: fix nolintlint warnings (#6257)
3 years ago
..
conn params: remove blockTimeIota (#5987) 3 years ago
mock p2p: rename NodeInfo.DefaultNodeID to NodeID 3 years ago
mocks p2p: tighten up Router and add tests (#6044) 3 years ago
p2ptest P2P: Evidence Reactor Test Refactor (#6238) 3 years ago
pex linter: fix nolintlint warnings (#6257) 3 years ago
trust use Cleanup(),TempDir() in test cases (#5723) 4 years ago
upnp fix lint failures with 1.31 (#5489) 4 years ago
README.md Fix broken /docs/spec links (#4376) 4 years ago
address.go p2p: enable scheme-less parsing of IPv6 strings (#6158) 3 years ago
address_test.go p2p: enable scheme-less parsing of IPv6 strings (#6158) 3 years ago
base_reactor.go docs: warn developers about calling blocking funcs in Receive (#5679) 4 years ago
conn_set.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
errors.go p2p: rename ID to NodeID 3 years ago
key.go p2p: add tests and fix bugs for `NodeAddress` and `NodeID` (#6021) 3 years ago
key_test.go p2p: add tests and fix bugs for `NodeAddress` and `NodeID` (#6021) 3 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go correct spelling to US english (#6077) 3 years ago
netaddress_test.go p2p: Remove data race bug in netaddr stringer (#5048) 4 years ago
node_info.go p2p: rename NodeInfo.DefaultNodeID to NodeID 3 years ago
node_info_test.go p2p: remove `NodeInfo` interface and rename `DefaultNodeInfo` struct (#5799) 4 years ago
p2p_test.go p2p: tighten up Router and add tests (#6044) 3 years ago
peer.go p2p: tighten up and test PeerManager (#6034) 3 years ago
peer_set.go p2p: rename ID to NodeID 3 years ago
peer_set_test.go p2p: rename ID to NodeID 3 years ago
peer_test.go p2p: clean up new Transport infrastructure (#6017) 3 years ago
peermanager.go P2P: Evidence Reactor Test Refactor (#6238) 3 years ago
peermanager_test.go p2p: tighten up Router and add tests (#6044) 3 years ago
queue.go consensus: p2p refactor (#5969) 3 years ago
router.go consensus: p2p refactor (#5969) 3 years ago
router_test.go consensus: p2p refactor (#5969) 3 years ago
shim.go logs: cleanup (#6198) 3 years ago
shim_test.go test/fuzz: fix PEX reactor test (#6188) 3 years ago
switch.go node: feature flag for legacy p2p support (#6056) 3 years ago
switch_test.go test/fuzz: fix PEX reactor test (#6188) 3 years ago
test_util.go test/fuzz: fix PEX reactor test (#6188) 3 years ago
transport.go p2p: tighten up Router and add tests (#6044) 3 years ago
transport_mconn.go correct spelling to US english (#6077) 3 years ago
transport_mconn_test.go p2p: tighten up and test Transport API (#6020) 3 years ago
transport_memory.go p2p: tighten up and test Transport API (#6020) 3 years ago
transport_memory_test.go p2p: tighten up and test Transport API (#6020) 3 years ago
transport_test.go p2p: tighten up Router and add tests (#6044) 3 years ago
types.go p2p: tmconn->conn and types->p2p 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