From 1aa140faf8af9bfe1681bd3178560c29fc116ed2 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 4 Dec 2015 17:45:02 +0000 Subject: [PATCH] akwizgran created page: Roadmap --- BSP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BSP.md b/BSP.md index 8e7fe53..289cbc9 100644 --- a/BSP.md +++ b/BSP.md @@ -32,7 +32,9 @@ The channel descriptor is supplied by the client and is not interpreted by BSP. ### 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`