Topic Path: Symbol Reference > Constants > DEF_MAXSIZE Constant
ContentsIndexHome
PreviousUpNext
DEF_MAXSIZE Constant

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.