Update README.md

This commit is contained in:
jaekwon 2014-06-24 23:58:38 -07:00
parent c0bf95eb73
commit b4a766063d

View File

@ -1,38 +1,84 @@
## Channel "" ## Channel ""
Filter: None <table>
<tr>
Messages: <th>Filter</th>
* RefreshFilterMsg <td>None</td>
* PeerExchangeMsg </tr>
<tr>
<th>Messages</th>
<td>
<ul>
<li>RefreshFilterMsg</li>
<li>PeerExchangeMsg</li>
</ul>
</td>
</tr>
</table>
## Channel "block" ## Channel "block"
Filter: Custom filter. <table>
<tr>
Messages: <th>Filter</th>
* BlockMsg <td>Custom</td>
* HeaderMsg </tr>
<tr>
<th>Messages</th>
<td>
<ul>
<li>RequestMsg</li>
<li>BlockMsg</li>
<li>HeaderMsg</li>
</ul>
</td>
</tr>
</table>
## Channel "mempool" ## Channel "mempool"
Filter: Bloom filter (n:10k, p:0.02 -> k:6, m:10KB) <table>
<tr>
FilterRefresh: Every new block. <th>Filter</th>
<td>
Messages: Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)<br/>
* MempoolTxMsg Refreshes every new block
</td>
</tr>
<tr>
<th>Messages</th>
<td>
<ul>
<li>MempoolTxMsg</li>
</ul>
</td>
</tr>
</table>
## Channel "consensus" ## Channel "consensus"
<table>
<tr>
<th>Filter</th>
<td>
Bitarray filter<br/>
Refreshes every new consensus round
</td>
</tr>
<tr>
<th>Messages</th>
<td>
<ul>
<li>ProposalMsg</li>
<li>VoteMsg</li>
<li>NewBlockMsg</li>
</ul>
</td>
</tr>
</table>
Filter: Bitarray filter
FilterRefresh: Every new block.
Messages:
* ProposalMsg
* VoteMsg
* NewBlockMsg