-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
io_uring and libjuice #231
Comments
I have already started to implement uring by myself. I've been through all of your code and it is really well written, but not that well documented :). I'm struggle to understand how does the connection and sending works. What I do not understand is:
Whould you be that kind and explain these? What I have figured out is that if I gather all the juice_gather_candidates and then right after it agent_bookkeeping with auto ts = current_timestamp(); it starts to work in my uring code but I feel like I need to understand the code more deeply. Thank you very much for your help |
Yes indeed, libjuice lacks documentation. It started as an ad-hoc dependency for libdatachannel, so I did not properly document it. It's great that you started to work on uring support! I guess it should be implemented as a concurrency mode with a dedicated
It's basically an agent update, actually
|
Hello @paullouisageneau I have a program that depends on io uring, is there a way to use libjuice poll with io_uring?
The text was updated successfully, but these errors were encountered: