You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The acknowledgement message could contain the time of receiving the message, which can be used to infer the minimal time that events needs to be sent in advance, e.g., in the real-time pipeline.
One possible implementation would add an internal FIFO for each event type-channel combination for the acknowledgement messages, and the contents of those FIFOs would be multiplexed to a single target-to-host FIFO, similar to what is currently done with event feedback messages.