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
Currently, frames_processed only allows indicating a single packet_number.
However, discussion in #163 has shown that you might want to aggregate frames across multiple packets for some use cases, so it makes sense to make this into an Array<uint64> instead.
The text was updated successfully, but these errors were encountered:
Currently,
frames_processed
only allows indicating a single packet_number.However, discussion in #163 has shown that you might want to aggregate frames across multiple packets for some use cases, so it makes sense to make this into an
Array<uint64>
instead.The text was updated successfully, but these errors were encountered: