-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.BufferSize
Andrew Lambert edited this page Jan 11, 2023
·
4 revisions
libcURL.EasyHandle.BufferSize
Dim BufferSize As Integer
Set preferred receive buffer size (in bytes). The main point of this would be that the DataAvailable event gets called more often and with smaller chunks. Secondly, for some protocols, there's a benefit of having a larger buffer for performance. This is just treated as a request, not an order. You cannot be guaranteed to actually get the given size.
Default is 16KB, minimum is 1KB, maximum is 10MB.
- CURLOPT_BUFFERSIZE in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.