Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

ReadBufLen

Default buffer size for socket reading operations

Declaration

Source position: fphttpclient.pp line 33

const ReadBufLen = 4096;

Description

Default buffer size used for reading data from sockets. The value is 4096 bytes, which provides a good balance between memory usage and performance.


Documentation generated on: Jan 27 2026