TWSocket.BufSize

From Overbyte
Revision as of 18:52, 3 October 2006 by Sysop (talk | contribs) (→‎Definition)
Jump to navigation Jump to search

Definition

property BufSize: Integer;

Description

BufSize specifies the size of the maximum packet size of the internal linked list of buffers used by TWSocket to send data in the background. The default value will result in the largest possible packet over Ethernet. Normaly you wouldn't change that value unless you want to use large datagram with UDP protocol.