Update ref_p2p_networking.md

See this conversion around 6:20PM CDT
https://botbot.me/freenode/bitcoin-core-dev/2016-07-19/?tz=America/Chicago
This commit is contained in:
Chris Stewart 2016-07-21 09:19:35 -05:00 committed by GitHub
parent cdb35ec14d
commit f5d84476b1

View file

@ -868,7 +868,7 @@ provide plausible-deniability privacy.
| Bytes | Name | Data Type | Description
|----------|--------------|-----------|---------------
| *Varies* | nFilterBytes | uint8_t[] | Number of bytes in the following filter bit field.
| *Varies* | nFilterBytes | compactSize uint | Number of bytes in the following filter bit field.
| *Varies* | filter | uint8_t[] | A bit field of arbitrary byte-aligned size. The maximum size is 36,000 bytes.
| 4 | nHashFuncs | uint32_t | The number of hash functions to use in this filter. The maximum value allowed in this field is 50.
| 4 | nTweak | uint32_t | An arbitrary value to add to the seed value in the hash function used by the bloom filter.