loadrunner Folks, what is the default connection timeout...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Rohan Kaluskar

Guest
Folks, what is the default connection timeout duration in Google Chrome (tried searching online but didn't get the actual number)?
 
I believe that 120 seconds is response timeout (HTTP standard). Connection timeout to establish a tcp session is typically in the 20 second or less range for applications. You can test this, try to connect to a host which doesn't have a running HTTP server and watch what happens with Wireshark. Then try to connect to a non existent host and also watch what happens with Wireshark. From those observations you should be able to derive the timeout settings for your client, when matched to the observations at the client interface.