mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-26 12:10:14 +00:00
Updated Comments:BIP 0152 (markdown)
parent
e4164962cd
commit
3b4db5ca5a
@ -4,4 +4,10 @@
|
||||
|
||||
implies that the Bitcoin P2P protocol generally requires that messages are handled and responded to in the order received. This is not reasonable to assume or require, nor is it consistent with behavior of existing nodes. This is especially problematic as it pertains to unrelated protocols, such as between ping-pong and compact blocks. The only ordering assumption is that a response can only follow its request, for message types that are response-only.
|
||||
|
||||
--Eric Voskuil, 2017-01-21
|
||||
--Eric Voskuil, 2017-01-21
|
||||
|
||||
|
||||
The protocol has strong requirements for ordering already, and has always had such a requirement. Moreover, no compact block messages will be sent until the a sendcmpact message has been processed; so there would not be ambiguity except in odd circumstances (described in the BIP). This proposal is v-ery well constructed, was extensively reviewed, and deployed and successfully used on an overwhelming supermajority of nodes on the network.
|
||||
|
||||
--Greg Maxwell, 2017-03-14
|
||||
|
Loading…
x
Reference in New Issue
Block a user