mirror of
https://github.com/logos-messaging/specs.git
synced 2026-05-18 11:00:04 +00:00
minor tweak
This commit is contained in:
parent
a26a7992a6
commit
76d8f2fe74
@ -111,7 +111,7 @@ See [SEGMENTATION](./segmentation.md).
|
||||
- Each new segment to be sent, requires the following data:
|
||||
- `MessageId`: a keccak-256([message](https://lip.logos.co/ift-ts/raw/sds.html#message)'s content) hex string (e.g. `4e03657aea45a94fc7d47ba826c8d667c0d1e6e33a64a036ec44f58fa12d6c45`), generated by the Reliable Channel API.
|
||||
- `ChannelId`: the `channelId` passed to `createReliableChannel`.
|
||||
- Retrieval hint: the transport `MessageHash` of previous segments, exposed by the underlying [MESSAGING-API](/standards/application/messaging-api.md) upon ``MessageSendPropagatedEvent` reception.
|
||||
- `Retrieval hint`: the transport `MessageHash` of previous segments, exposed by the underlying [MESSAGING-API](/standards/application/messaging-api.md) upon ``MessageSendPropagatedEvent` reception.
|
||||
The hint provider registered during [Node initialization](#node-initialization) performs this `MessageId → MessageHash` lookup. In turn, that mapping MUST be persisted by SDS using the `persistence` backend configured in `SdsConfig`.
|
||||
|
||||
- Each sent segment is added to an outgoing buffer.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user