Skip to content
Snippets Groups Projects
Commit 032b24dc authored by Pepping's avatar Pepping
Browse files

- UPdated comments

parent 5cbd1a24
Branches
No related tags found
No related merge requests found
......@@ -85,6 +85,10 @@
-- The index in the write page indicate the write period(0-4)
-- The first index in the read page indicates the read period(0-4)
-- The second index in the read page indicates the chunknumber(0-1)
-- One can see the influence of rd_interval = 2in the fact there is a gap
-- of 2 blocks in between two consecutive chunks that ar read. The first
-- chunck (0,0) is read from the block 0. The second chunk (0,1) is read
-- from block 2. The third chunk (1,0) is read from block 4.
--
-- Remarks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment