HKLMConnectRetries (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the HKLMConnectRetries setting in Windows Embedded 8 Standard (Standard 8).

This setting contains an integer between 1 and 100 that specifies the number of times that the system attempts to resolve and connect to a host before the request is canceled.

The default value is 5.

The system makes only one connection attempt per IP address. If a host has fewer IP addresses than the value of this setting and the connection attempt to each fails, the request is canceled.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

IE-ClientNetworkProtocolImplementation

Products/Embedded Core/IE-ClientNetworkProtocolImplementation/HKLMConnectRetries

XML Examples

The following example shows how to specify that the system tries to connect to the host twice. If the host has seven IP addresses, the system tries only the first two.

<HKLMConnectRetries>2</HKLMConnectRetries>

The following example shows how to specify that the system tries to connect to the host 10 times. If the host has seven IP addresses, the system tries seven times, because the system attempts each IP address only once.

<HKLMConnectRetries>10</HKLMConnectRetries>

See Also

Concepts

Embedded Core Settings