mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-01 09:42:12 +00:00
Update README.md
This commit is contained in:
parent
6f65a9bd4e
commit
2004321e6d
@ -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…
x
Reference in New Issue
Block a user