We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Note: Before asking a question, please read the FAQ (Please read FAQ before filing an issue) #2716
Is the first packet that exceeds the blp range after a nack packet pid missing?
Please describe the issue you encountered.
Did you forget to process this sequence after the first (sn - pid) > 16 here?
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered:
Confirmed, after determining (sn - pid) > 16, no processing was done on seq.
Sorry, something went wrong.
The problem has been fixed and the PR has been submitted for this issue: #2966.
Merged. Thanks 👍
chen-guanghua
Successfully merging a pull request may close this issue.
Is the first packet that exceeds the blp range after a nack packet pid missing?
Please describe the issue you encountered.
Did you forget to process this sequence after the first (sn - pid) > 16 here?
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: