mirror of
https://github.com/vacp2p/rfc-index.git
synced 2026-01-07 23:04:09 -05:00
Add specification references to Payload section
Add links to Payload Formatting Specification and Message Encapsulation Mechanism in the Payload section. Use RFC 2119 keywords (MUST).
This commit is contained in:
@@ -148,9 +148,10 @@ class BlendingHeader:
|
||||
|
||||
#### Payload
|
||||
|
||||
The payload must be formatted according to the Payload Formatting Specification.
|
||||
The formatted payload must be generated as the outcome of
|
||||
the Message Encapsulation Mechanism.
|
||||
The payload MUST be formatted according to the
|
||||
[Payload Formatting Specification][payload-formatting].
|
||||
The formatted payload MUST be generated as the outcome of
|
||||
the [Message Encapsulation Mechanism][message-encapsulation].
|
||||
|
||||
#### Maximum Payload Length
|
||||
|
||||
@@ -256,6 +257,9 @@ PAYLOAD_HEADER_SIZE = 3
|
||||
- [Blend Protocol Formatting](https://nomos-tech.notion.site/Formatting-215261aa09df81a3b3ebc1f438209467)
|
||||
\- High-level overview of message formatting in Blend Protocol
|
||||
|
||||
[payload-formatting]: https://nomos-tech.notion.site/Payload-Formatting-215261aa09df81b2a3e1d913a0df9ad9
|
||||
[message-encapsulation]: https://nomos-tech.notion.site/Message-Encapsulation-Mechanism-215261aa09df81309d7fd7f1c2da086b
|
||||
|
||||
## Copyright
|
||||
|
||||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
||||
|
||||
Reference in New Issue
Block a user