increase default network latency to 30ms, also use host latency of 20ms if WIN32 is defined

This commit is contained in:
John
2021-01-10 13:42:36 +01:00
parent 51eb3af351
commit f9943e2fe0
+2 -2
View File
@@ -41,10 +41,10 @@ namespace ebusd {
*/
/** the transfer latency of the network device [ms]. */
#define NETWORK_LATENCY_MS 10
#define NETWORK_LATENCY_MS 30
/** the latency of the host [ms]. */
#ifdef __CYGWIN__
#if defined(__CYGWIN__) || defined(_WIN32)
#define HOST_LATENCY_MS 20
#else
#define HOST_LATENCY_MS 0