mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
akwizgran created page: Roadmap
4
BSP.md
4
BSP.md
@@ -32,7 +32,9 @@ The channel descriptor is supplied by the client and is not interpreted by BSP.
|
|||||||
|
|
||||||
### Message format
|
### Message format
|
||||||
|
|
||||||
Each message consists of one or more blocks. Each block is BLOCK_LEN bytes long, except the last block of the message, which may be shorter. (We require that BLOCK_LEN <= 2^15 .)
|
Each message consists of one or more blocks. Each block is BLOCK_LEN bytes long, except the last block of the message, which may be shorter.
|
||||||
|
|
||||||
|
> Implementation note: BLOCK_LEN must be ≤ 2^15 . We propose to use BLOCK_LEN = 2^15.
|
||||||
|
|
||||||
* `message = block_1 || ... || block_n`
|
* `message = block_1 || ... || block_n`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user