I might misunderstand, but in the text of the feature request Adding a ‘latency’ proxy parameter to allow for optimizations on high-latency networks … should “below” in the last sentence instead be “above” (the indicated value) ?
The new ‘latency’ parameter can be set by adding it to the ProxyExtraOptions key in the node.cfg configuration file, e.g.;
ProxyExtraOptions latency=400
By default NoMachine tries to keep response time as low as possible for the best user experience, but there can be specific cases where the user may just need to maximize throughput and doesn’t have particular requirements on latency. For instance, this new option could be useful on networks having a high latency but unlimited bandwidth. Setting a higher value for the ‘latency’ option means that NoMachine will not attempt to reduce the throughput to minimize response time until the latter is below the indicated value.
Thanks,
Val