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.
 
 
 
 
 
 
Marko 9e98c74e3c
crypto: API modifications (#5236)
4 years ago
..
conn crypto: API modifications (#5236) 4 years ago
mock all: name reactors when they are initialized (#4608) 4 years ago
mocks add state sync reactor (#4705) 4 years ago
pex test: protobuf vectors for reactors (#5221) 4 years ago
trust libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
upnp linter: (1/2) enable errcheck (#5064) 4 years ago
README.md Fix broken /docs/spec links (#4376) 4 years ago
base_reactor.go libs/common: refactor libs common 3 (#4232) 4 years ago
conn_set.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
errors.go p2p: seed mode refactoring (#3011) 5 years ago
fuzz.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
key.go migrate all JSON to new JSON encoder (#4975) 4 years ago
key_test.go p2p: expose SaveAs on NodeKey (#4981) 4 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go p2p: Remove data race bug in netaddr stringer (#5048) 4 years ago
netaddress_test.go p2p: Remove data race bug in netaddr stringer (#5048) 4 years ago
node_info.go proto: folder structure adhere to buf (#5025) 4 years ago
node_info_test.go lint: various fixes 4 years ago
peer.go lint: errcheck (#5091) 4 years ago
peer_set.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
peer_set_test.go libs/common: refactor libs common 3 (#4232) 4 years ago
peer_test.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
switch.go p2p: remove nil guard (#4901) 4 years ago
switch_test.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
test_util.go change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
transport.go proto: folder structure adhere to buf (#5025) 4 years ago
transport_test.go add fixes for flaky tests (#5146) 4 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