add host latency

This commit is contained in:
John-Michael Baier
2020-11-01 10:44:15 +01:00
parent 7342fd0984
commit 91745fe847
2 changed files with 9 additions and 1 deletions
+7
View File
@@ -43,6 +43,13 @@ namespace ebusd {
/** the transfer latency of the network device [ms]. */
#define NETWORK_LATENCY_MS 10
/** the latency of the host [ms]. */
#ifdef __CYGWIN__
#define HOST_LATENCY_MS 20
#else
#define HOST_LATENCY_MS 0
#endif
/** the arbitration state handled by @a Device. */
enum ArbitrationState {
as_none, //!< no arbitration in process