mirror of https://github.com/status-im/specs.git
spellcheck/broadcasted-broadcast (#122)
* Update 3-whisper-usage.md * Update wordlist.txt
This commit is contained in:
parent
547a200a47
commit
56d5a2ff39
|
@ -309,9 +309,9 @@ The Message Response packet is more complex and is followed by a Versioned Messa
|
|||
The supported codes:
|
||||
`1`: means time sync error which happens when an envelope is too old or created in the future (the root cause is no time sync between nodes).
|
||||
|
||||
The drawback of sending message confirmations is that it increases the noise in the network because for each sent message, a corresponding confirmation is broadcasted by one or more peers. To limit that, both Batch Acknowledge packet (`0x0b`) and Message Response packet (`0x0c`) are not broadcasted to peers of the peers, i.e. they do not follow epidemic spread.
|
||||
The drawback of sending message confirmations is that it increases the noise in the network because for each sent message, a corresponding confirmation is broadcast by one or more peers. To limit that, both Batch Acknowledge packet (`0x0b`) and Message Response packet (`0x0c`) are not broadcast to peers of the peers, i.e. they do not follow epidemic spread.
|
||||
|
||||
In the current Status network setup, only Mailservers support message confirmations. A client posting a message to the network and after receiving a confirmation can be sure that the message got processed by the Mailserver. If additionally, sending a message is limited to non-Mailserver peers, it also guarantees that the message got broadcasted through the network and it reached the selected Mailserver.
|
||||
In the current Status network setup, only Mailservers support message confirmations. A client posting a message to the network and after receiving a confirmation can be sure that the message got processed by the Mailserver. If additionally, sending a message is limited to non-Mailserver peers, it also guarantees that the message got broadcast through the network and it reached the selected Mailserver.
|
||||
|
||||
## Whisper V6 extensions
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ FilterLogs
|
|||
FormatInt
|
||||
GCM
|
||||
GenerateShared
|
||||
geth
|
||||
gfycat
|
||||
Gheorghe
|
||||
Gmbh
|
||||
|
@ -100,9 +101,9 @@ Jacek
|
|||
JSON
|
||||
kademlia
|
||||
kb
|
||||
keccak
|
||||
Keccak
|
||||
KECCAK
|
||||
Keccak
|
||||
keccak
|
||||
keycard
|
||||
keypair
|
||||
keypairs
|
||||
|
|
Loading…
Reference in New Issue