Internet Direct (Indy)
Home
PreviousUpNext
DEF_MAXSIZE Constant

Default value for server and client packet sizes used in an FSP protocol exchange.

Pascal
DEF_MAXSIZE = DEF_MAXSPACE+HSIZE;

DEF_MAXSIZE is an Integer constant that represents the default value for the maximum packet size used in an FSP protocol exchange. 

DEF_MAXSIZE represents the value derived from the values in DEF_MAXSPACE (the largest payload size available in an FSP packet) and HSIZE (the required 12-byte header). 

DEF_MAXSIZE is the default value assigned to the ServerMaxPacketSize and ClientMaxPacketSize properties in TIdFSP.

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.