Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit c7eb2be

Browse files
better rewording in incoming msg procedure
1 parent f3ba3f6 commit c7eb2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standards/application/reliable-channel-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ When a segment is received from the network, the implementation MUST process it
170170

171171
1. **Decrypt**: If an `Encryption` implementation is provided, decrypt the segment.
172172
2. **Apply [SDS](https://lip.logos.co/ift-ts/raw/sds.html)**: Deliver the segment to the SDS layer, which emits acknowledgements and detects gaps.
173-
- **Detect missing dependencies and fetch from store**: If SDS detects a gap in the causal history (i.e., a referenced predecessor segment has not yet been received), and considers the message is irretrievably lost,
173+
- **Detect missing dependencies and fetch from store**: If SDS detects a message in the causal history which has not yet been received , and considers the message is irretrievably lost,
174174
the implementation MUST attempt to retrieve the missing segment throughout store protocol (store API is never exposed and hence, store queries are handled internally).
175175
3. **Reassemble**: Once all segments for a message have been received, reassemble and emit a `reliable:message:received` event.
176176

0 commit comments

Comments
 (0)