You've already forked specification
wiki commit
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
## Abstract
|
||||
|
||||
This BIP adds new support to the peer-to-peer protocol that allows peers to reduce the amount of transaction data they are sent. Peers have the option of setting ''filters'' on each connection they make after the version handshake has completed. A filter is defined as a [http://en.wikipedia.org/wiki/Bloom_filter Bloom filter] on data derived from transactions. A Bloom filter is a probabilistic data structure which allows for testing set membership - they can have false positives but not false negatives.
|
||||
This BIP adds new support to the peer-to-peer protocol that allows peers to reduce the amount of transaction data they are sent. Peers have the option of setting ''filters'' on each connection they make after the version handshake has completed. A filter is defined as a [Bloom filter](http://en.wikipedia.org/wiki/Bloom_filter) on data derived from transactions. A Bloom filter is a probabilistic data structure which allows for testing set membership - they can have false positives but not false negatives.
|
||||
|
||||
This document will not go into the details of how Bloom filters work and the reader is referred to Wikipedia for an introduction to the topic.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user