Internet Direct (Indy) Version 9.0.1 Beta
GRecvBufferSizeDefault
Default value for the TIdTCPConnection.SendBufferSize property.

GRecvBufferSizeDefault = 32768;
Description
GRecvBufferSizeDefault is the default value for the TIdTCPConnection.SendBufferSize property. GRecvBufferSizeDefault is used in the class definition and the constructor. This is done to prevent problems with Delphi's form streaming mechanism. Changing this value will change the default value for that property.