Skip to content
Snippets Groups Projects
Commit 0093ddcc authored by Daniel Lublin's avatar Daniel Lublin
Browse files

Replace ETA with max latency

parent b0f8d289
No related branches found
No related tags found
1 merge request!3Replace ETA with max latency
......@@ -122,7 +122,7 @@ A device stores the following synchronisation state for each message it is shari
- **Send time** - The time at which the message can next be offered or sent to the peer, or zero if the message has never been offered or sent to the peer (`expiry`)
- **Expected arrival time** - The time at which the offer or message is expected to arrive at the peer, or zero if the message has never been offered or sent to the peer (`eta`)
- **Max latency** - The maximum latency of the transport that was last used to send the message (`maxLatency`)
The device may also store a list of message identifiers that have been offered by the peer and not yet requested by the device. This list allows requests to be sent asynchronously. The length of the list may be bounded and the peer may discard offered message identifiers when the list is full.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment