Apple Network Setup manual OTCfgATalkGeneralADSP, fMaxConsecutiveDataPackets

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 147
Image 147
OTCfgATalkGeneralADSP

C H A P T E R 4

Network Setup Protocol Structures and Data Types

fProbeRetryCount The number of times to retry a probe. The default is 10.

fRequestInterval The request interval in milliseconds. The default request interval is 200 milliseconds.

fRequestRetryCount The number of times to retry a request. The default is 8. For a detailed descriptions of AARP, see Inside AppleTalk, Second edition.

No preference type is defined for this structure. Instead, access this structure through the OTCfgATalkGeneral (page 145) structure, which has a preference type of kOTCfgATalkGeneralPref.

OTCfgATalkGeneralADSP

The OTCfgATalkGeneralADSP structure defines parameters for the AppleTalk Data Stream Protocol (ADSP) component of the AppleTalk protocol stack and is a sub-structure of the OTCfgATalkGeneral structure.

struct OTCfgATalkGeneralADSP

{

 

UInt16

fVersion;

UInt16

fSize;

UInt32

fDefaultSendBlocking;

UInt32

fTSDUSize;

UInt32

fETSDUSize;

UInt32

fDefaultOpenInterval;

UInt32

fDefaultProbeInterval;

UInt32

fMinRoundTripTime;

UInt32

fDefaultSendInterval;

UInt32

fDefaultRecvWindow;

UInt8

fDefaultOpenRetries;

UInt8

fDefaultBadSeqMax;

UInt8

fDefaultProbeRetries;

UInt8

fMaxConsecutiveDataPackets;

Boolean

fDefaultChecksum;

Boolean

fDefaultEOM;

};

 

Field descriptions

fVersion

Must be 1.

Protocol Structures

147

Page 147
Image 147
Apple Network Setup manual OTCfgATalkGeneralADSP, fMaxConsecutiveDataPackets