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.
 
 
 
 
 
 
Jae Kwon 8b606f9e66 s/Manager/Agent/g 10 years ago
..
upnp package rename peer -> p2p 11 years ago
README.md updated readme, implementing mempool. 10 years ago
addrbook.go saving development state... 10 years ago
addrbook_test.go addrbook cleanup 11 years ago
connection.go refactor from Binary centric model to global method model 10 years ago
listener.go refactor from Binary centric model to global method model 10 years ago
log.go fix test cases 10 years ago
netaddress.go refactor from Binary centric model to global method model 10 years ago
peer.go refactor from Binary centric model to global method model 10 years ago
peer_set.go implementing block_manager. currently only supports one datatype. 10 years ago
pex_agent.go s/Manager/Agent/g 10 years ago
switch.go saving development state... 10 years ago
switch_test.go refactor from Binary centric model to global method model 10 years ago
util.go cleanup 11 years ago

README.md

Channels

Each peer connection is multiplexed into channels. The p2p module comes with a channel implementation used for peer discovery (called PEX, short for "peer exchange").

Channel "PEX"
Messages
  • pexRequestMsg
  • pexResponseMsg

Resources