Otcfgatalkgeneraladsp – Apple Network Setup User Manual

Page 147

Advertising
background image

C H A P T E R 4

Network Setup Protocol Structures and Data Types

Protocol Structures

147

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

4

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.

Advertising