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.
 
 
 
 
 
 
Anton Kaliaev 1baf670c60 use fmt.Sprint for string to int conversion 4 years ago
..
conn format: add format cmd & goimport repo (#4586) 4 years ago
mock all: name reactors when they are initialized (#4608) 4 years ago
pex p2p: return masked IP (not the actual IP) in addrbook#groupKey 4 years ago
trust format: add format cmd & goimport repo (#4586) 4 years ago
upnp use fmt.Sprint for string to int conversion 4 years ago
README.md Fix broken /docs/spec links (#4376) 4 years ago
base_reactor.go libs/common: refactor libs common 3 (#4232) 5 years ago
codec.go format: add format cmd & goimport repo (#4586) 4 years ago
conn_set.go Fix unexported returns (#4450) 4 years ago
errors.go p2p: seed mode refactoring (#3011) 5 years ago
fuzz.go lint: golint issue fixes (#4258) 4 years ago
key.go libs/common: Refactor libs/common 5 (#4240) 5 years ago
key_test.go format: add format cmd & goimport repo (#4586) 4 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go p2p: return masked IP (not the actual IP) in addrbook#groupKey 4 years ago
netaddress_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
node_info.go libs/common: Refactor libs/common 5 (#4240) 5 years ago
node_info_test.go format: add format cmd & goimport repo (#4586) 4 years ago
peer.go libs/common: Refactor libs/common 5 (#4240) 5 years ago
peer_set.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
peer_set_test.go libs/common: refactor libs common 3 (#4232) 5 years ago
peer_test.go libs/common: Refactor libs/common 4 (#4237) 5 years ago
switch.go Fix some golangci-lint warnings (#4448) 4 years ago
switch_test.go lint: golint issue fixes (#4258) 4 years ago
test_util.go Fix some golangci-lint warnings (#4448) 4 years ago
transport.go p2p: limit the number of incoming connections 4 years ago
transport_test.go p2p: limit the number of incoming connections 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