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

Assertion in 'do_send' (quicly.c) #516

Open
dmat93 opened this issue Jul 20, 2022 · 2 comments
Open

Assertion in 'do_send' (quicly.c) #516

dmat93 opened this issue Jul 20, 2022 · 2 comments

Comments

@dmat93
Copy link

dmat93 commented Jul 20, 2022

Hi,
during some tests I got this error

qperf: /root/qperf/extern/quicly/lib/quicly.c:4346: do_send: Assertion `min_packets_to_send <= s->max_datagrams' failed.

that I solved by setting the min_packets_to_send = 1 instead of min_packets_to_send = 0 . I am pretty sure that it can be fixed also by putting assert(min_packets_to_send < s->max_datagrams)

Can you inspect this error and validate the solution?

Thanks

@ghost
Copy link

ghost commented Oct 13, 2022

+1

@ogkloo
Copy link

ogkloo commented May 16, 2024

I had this error come up recently. I tried changing <= to < in assert(min_packets_to_send <= s->max_datagrams) but it didn't seem to work. Still not sure what's up with it.

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

2 participants