DNLD_BLOCK_SIZE
if (len % DNLD_BLOCK_SIZE) {
if (offs + DNLD_BLOCK_SIZE - bytes_done < DNLD_FIFO_SIZE)
data + offs, DNLD_BLOCK_SIZE);
offs += DNLD_BLOCK_SIZE;