This module contains constants related to the buffer.
Consts
BufferSize: Natural = 8192
-
Describes the number of bytes for a buffer.
You can override this value at compile time with the switch option --define:BufferSize=<n>. Note that the value must be a natural number, that is, an integer greater than or equal to zero. Otherwise, an exception will be raised.
Source Edit