HKLMSendTimeOut specifies the number of milliseconds to wait for data to be sent over the network for all users. This is also known as a socket send.

Values

Number_of_milliseconds

Specifies the number of milliseconds to wait for a socket send to complete. The default value is 30000 (30 seconds). Number_of_milliseconds is an integer from 5000 (five seconds) through 86400000 (one day).

Valid Passes

oobeSystem

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-ClientNetworkProtocolImplementation.

XML Example

The following XML output shows how to specify that the system waits two minutes for data to be sent over the network. If the send takes longer than this time-out value, the send is canceled..

  Copy Code
 
<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>

See Also