QIO_BUFFERSIZE
Russ Allbery
eagle at eyrie.org
Mon Dec 7 00:14:10 UTC 2020
Russ Allbery <eagle at eyrie.org> writes:
> Index: include/inn/qio.h
> ===================================================================
> --- include/inn/qio.h (revision 10434)
> +++ include/inn/qio.h (working copy)
> @@ -12,6 +12,11 @@
>
> #include <inn/defines.h>
>
> +/* This is the maximum line length that can be read by a QIO operation.
> + In the current implementation of tradindexed, it therefore must be larger
> + than the longest overview line INN supports. */
> +#define QIO_BUFFERSIZE (32 * 1024)
> +
> BEGIN_DECLS
>
> /*
Oh, right, the problem isn't the overview method itself, it's overchan,
buffchan, and makehistory. Updated my local copy of the patch.
--
Russ Allbery (eagle at eyrie.org) <https://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<https://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list