The creation of tunnel connections varies between 1 to 10 seconds on our dev servers. This means that the tunneler declares a connection failure on short wait times (even though it just took longer than expected). Configuring longer wait times (like 10 seconds for example) seems pretty inefficient to me.
My solution is a simple loop which runs the configured amount of times. This leads to short waiting times while still supporting long connection creation times.
The creation of tunnel connections varies between 1 to 10 seconds on our dev servers. This means that the tunneler declares a connection failure on short wait times (even though it just took longer than expected). Configuring longer wait times (like 10 seconds for example) seems pretty inefficient to me.
My solution is a simple loop which runs the configured amount of times. This leads to short waiting times while still supporting long connection creation times.