tendermint/p2p
Jae Kwon 4c961bd565 updated readme, implementing mempool. 2014-09-10 02:43:16 -07:00
..
upnp package rename peer -> p2p 2014-07-07 20:03:50 -07:00
README.md updated readme, implementing mempool. 2014-09-10 02:43:16 -07:00
addrbook.go saving development state... 2014-08-30 04:17:10 -07:00
addrbook_test.go addrbook cleanup 2014-07-10 02:19:50 -07:00
connection.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
listener.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
log.go fix test cases 2014-08-31 01:48:40 -07:00
netaddress.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
peer.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
peer_manager.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
peer_set.go implementing block_manager. currently only supports one datatype. 2014-07-29 23:53:35 -07:00
switch.go saving development state... 2014-08-30 04:17:10 -07:00
switch_test.go refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
util.go cleanup 2014-07-09 14:27:32 -07:00

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