increase default network latency to 30ms, also use host latency of 20ms if WIN32 is defined
This commit is contained in:
@@ -41,10 +41,10 @@ namespace ebusd {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/** the transfer latency of the network device [ms]. */
|
/** the transfer latency of the network device [ms]. */
|
||||||
#define NETWORK_LATENCY_MS 10
|
#define NETWORK_LATENCY_MS 30
|
||||||
|
|
||||||
/** the latency of the host [ms]. */
|
/** the latency of the host [ms]. */
|
||||||
#ifdef __CYGWIN__
|
#if defined(__CYGWIN__) || defined(_WIN32)
|
||||||
#define HOST_LATENCY_MS 20
|
#define HOST_LATENCY_MS 20
|
||||||
#else
|
#else
|
||||||
#define HOST_LATENCY_MS 0
|
#define HOST_LATENCY_MS 0
|
||||||
|
|||||||
Reference in New Issue
Block a user