Browse Source

Merge branch 'master' of https://github.com/tendermint/tendermint

pull/9/head
Jae Kwon 10 years ago
parent
commit
5c20d133f7
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      peer/README.md

+ 5
- 6
peer/README.md View File

@ -3,22 +3,21 @@
Each peer connection is multiplexed into channels.
<hr />
### Default channel
### PEX channel
The default channel is used to communicate state changes, pings, peer exchange, and other automatic internal messages that all P2P protocols would want implemented.
The PEX channel is used to exchange peer addresses.
<table>
<tr>
<td><b>Channel</b></td>
<td>""</td>
<td>"PEX"</td>
</tr>
<tr>
<td><b>Messages</b></td>
<td>
<ul>
<li>PingMsg/PongMsg</li>
<li>PeerExchangeMsg</li>
<li>RefreshFilterMsg</li>
<li>pexRequestMsg</li>
<li>pexResponseMsg</li>
</ul>
</td>
</tr>


Loading…
Cancel
Save