property SocketReceiveBufferSize: integer; default 32768;
Description
Use the SocketReceiveBufferSize property to determine the total per-socket buffer space reserved for receives. This value is set by the OS functions to the socket.
Use this property to increase the application performance.
The default value is 32768.
See also