diff options
Diffstat (limited to 'src/diagnostic/diagnostic-manager.cpp')
-rw-r--r-- | src/diagnostic/diagnostic-manager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic-manager.cpp b/src/diagnostic/diagnostic-manager.cpp index fcfd199..d236160 100644 --- a/src/diagnostic/diagnostic-manager.cpp +++ b/src/diagnostic/diagnostic-manager.cpp @@ -411,7 +411,8 @@ bool diagnostic_manager_t::conflicting(active_diagnostic_request_t* request, act } -/// @brief Returns true if there are no other active requests to the same arbitration ID. +/// @brief Returns true if there are no other active requests to the same arbitration ID +/// and if there aren't more than 8 requests in flight at the same time. bool diagnostic_manager_t::clear_to_send(active_diagnostic_request_t* request) const { int total_in_flight = 0; |