Difference between revisions of "TWSocket.BufSize"

From Overbyte
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
  '''property''' BufSize: '''Integer''';
 
  '''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.

Revision as of 18:52, 3 October 2006

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.