mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: simultaneously
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
608aac6e0b
commit
0666aa0089
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ with the target address and data. The receiver performs the write and
|
||||||
sends an acknowledgement with the address. If the sender doesn't receive
|
sends an acknowledgement with the address. If the sender doesn't receive
|
||||||
an acknowledgement within some timeout, it re-sends the write command.
|
an acknowledgement within some timeout, it re-sends the write command.
|
||||||
Any number of write commands and acknowledgements can be in-flight
|
Any number of write commands and acknowledgements can be in-flight
|
||||||
simulatneously. If a write completes but the acknowledgement is lost in
|
simultaneously. If a write completes but the acknowledgement is lost in
|
||||||
transit, the sender can re-send the same write command and the receiver
|
transit, the sender can re-send the same write command and the receiver
|
||||||
can naively overwrite the data without issue due to the idempotence of
|
can naively overwrite the data without issue due to the idempotence of
|
||||||
flash writes.
|
flash writes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue