Timeout
Applies To: Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
The Timeout
setting specifies the number of seconds for which the client affinity (either single or network) would be preserved across configuration changes in the Network Load Balancing cluster.
Client affinity is used to associate client requests to cluster hosts.
By default, all network requests are load-balanced across the cluster without respect to their source. Affinity is implemented by directing all client requests from the same IP address to the same cluster host.
When extended client affinity is specified, then after a network connection terminates, it retains ownership of a connection for a configurable amount of time. Requests coming in from the same client during the timeout period are guaranteed to be picked up by the same cluster host. After this time expires, the connection is released.
Note
Single
or Network
.Values
Number_of_seconds |
Specifies a number of seconds for extended client affinity. During this time, requests coming in from the same client are guaranteed to be picked up by the same cluster host. Number_of_seconds is an integer value. The default value is 0, meaning extended affinity is not used. All network requests are load-balanced across the cluster without respect to their source. |
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | Portrules | Portrule | Timeout
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.
XML Example
The following XML example shows how to set the network so that requests from the same client are guaranteed to be picked up by the same cluster host until a timeout period of 15 minutes expires.
<Timeout>900</Timeout>