Internet Direct (Indy)
|
Specifies the largest UDP packet size.
property BufferSize: Integer;
BufferSize is an Integer property used to specify the largest UDP packet that can be sent or received in a single operation using Binding. The default value for BufferSize is ID_UDP_BUFFERSIZE, as assigned during initialization of the component.
BufferSize is used in ReceiveString to allocate the buffer required in ReceiveBuffer for reading an incoming datagram.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |