Apple Network Setup User Manual

Page 134

Advertising
background image

C H A P T E R 4

Network Setup Protocol Structures and Data Types

134

Protocol Structures

UInt32

txACCMap;

UInt32

rcACCMap;

UInt32

isNoLAPB;

};

typedef struct OTCfgRemoteLCP OTCfgRemoteLCP;

Field descriptions

version

Depending how the preference was constructed,

version

may be

kOTCfgRemoteDefaultVersion

or

kOTCfgRemoteAcceptedVersion

. When reading the

version

field, accept either value. When writing the

version

field,

set it to

kOTCfgRemoteDefaultVersion

.

reserved

Must be zero.

lowerLayerName

A C string containing the name of the underlying modem
port. Must be ‘Script’.

maxConfig

Must be 10.

maxTerminate

Must be 10.

maxFailureLocal

Must be 10.

maxFailureRemote

Must be 10.

timerPeriod

In milliseconds. Must be 10000.

echoTrigger

In milliseconds. Must be 10000.

echoTimeout

In milliseconds. Must be 10000.

echoRetries

Must be 5.

compressionType

Must be 3.

mruSize

Must be 1500.

upperMRULimit

Must be 4500.

lowerMRULimit

Must be zero.

txACCMap

Must be zero.

rcACCMap

Must be zero.

isNoLAPB

Must be zero.

The preference type for this preference is

kOTCfgRemoteLCPPref

, which is defined

as

'lcp'

.

Advertising