Otcfgatalkgeneralddp – Apple Network Setup User Manual
Page 151

C H A P T E R 4
Network Setup Protocol Structures and Data Types
Protocol Structures
151
fDefaultALOSetting
The default “at least once” (ALO) setting. The default value
is
FALSE
.
For a detailed descriptions ATP, see Inside Macintosh: Networking with Open
Transport and Inside AppleTalk, Second edition.
No preference type is defined for this structure. Instead, access this structure
through the
(page 145) structure, which has a preference
type of
kOTCfgATalkGeneralPref
.
OTCfgATalkGeneralDDP
4
The
OTCfgATalkGeneralDDP
structure defines parameters for the Datagram
Delivery Protocol (DDP) component of the AppleTalk protocol stack.
struct OTCfgATalkGeneralDDP {
UInt16
fVersion;
UInt16
fSize;
UInt32
fTSDUSize;
UInt8
fLoadType;
UInt8
fNode;
UInt16
fNetwork;
UInt16
fRTMPRequestLimit;
UInt16
fRTMPRequestInterval;
UInt32
fAddressGenLimit;
UInt32
fBRCAgingInterval;
UInt32
fRTMPAgingInterval;
UInt32
fMaxAddrTries;
Boolean
fDefaultChecksum;
Boolean
fIsFixedNode;
UInt8
fMyZone[kZIPMaxZoneLength+1];
};
typedef struct OTCfgATalkGeneralDDP OTCfgATalkGeneralDDP;
Field descriptions
fVersion
Must be 1.
fSize
The size of this structure.