JSI Tip 1004. Increasing dormant connection timeout can reduce network traffic.
Jerold Schulman
January 18, 1999
1 Min Read
By default, dormant connections are keep open for 10 minutes.
If you have an application that opens/closes and reopens a UNC path less frequently than 10 minutes, you can reduce network traffic by increasing the default.
Navigate to:
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesLanmanWorkstationParameters
Add Value name KeepConn as a type REG_DWORD. The default is 600 seconds and the range is 1 - 65,535 seconds.
This is the redirector equivalent to autodisconnect.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like