FILE_READ_SIZE
buffer = xmalloc(FILE_READ_SIZE);
if (inf->msg->sb.st_size == 0 || inf->msg->sb.st_size > FILE_READ_SIZE)
inf->size = FILE_READ_SIZE;