TWSocket.BufSize

From Overbyte
Jump to navigation Jump to search

Main page -> ICS component reference -> TWSocket -> BufSize

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.

Example

Best practices

How to