> > - > > + /* When starting the process of a new block, the first page of > > + * the block should be sent out before other pages in the same > > + * block, and all the pages in last block should have been sent > > + * out, keeping this order is important. > > Why? Is this just because of the 'cont' flag used to avoid sending the block > names again? >
Yes, it is.