Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one packet can be sent per URB #3

Open
ia0 opened this issue Jul 18, 2023 · 1 comment
Open

Only one packet can be sent per URB #3

ia0 opened this issue Jul 18, 2023 · 1 comment

Comments

@ia0
Copy link
Contributor

ia0 commented Jul 18, 2023

I believe this commit should be reverted. Otherwise it is not possible to respond with multiple packets in the same URB, because is_rts will be true as soon as there is a packet available. Or is there something I'm missing to be able to send multiple packets as a response to an URB?

@ia0
Copy link
Contributor Author

ia0 commented Jul 19, 2023

Actually, it's maybe a bit more complicated, is_rts should probably look at the expected length from the URB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant