HKLMSendTimeOut (Standard 8 Module Reference)

7/8/2014

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

This setting contains an integer between 5000 and 86400000 that specifies how long to wait for data to be sent over the network for all users, in milliseconds. This is also known as a socket send.

If the send takes longer than this time-out value, the request is canceled. The default value is 30000 (30 seconds).

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/HKLMSendTimeOut

XML Example

The following XML example shows how to specify that the system waits two minutes for data to be sent over the network.

<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>

See Also

Concepts

Embedded Core Settings