-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multiple Streams using AioQuic #1
Comments
Hello Karthikdasari0423, Yes i am able to create multiple streams in a single connection using AIOQUIC, tested multiple aioquic versions. Do you want a trace or what so ever ? :) |
Hai, Thank you for replying back @ElNiak Myself Karthik.I am trying to use the "AioQuic" to write some python scripts. But one small problem is only one single stream is being created between client and server to download the whole file. Could you please help me how to create multiple streams to download a file(s) in a single connection. @ElNiak I am currently using "Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-113-generic x86_64)","Python 3.8.10" version for running both http3_client.py and http3_server.py. Hope you are also using Linux where you have created multiple streams in a single connection using AIOQUIC. @ElNiak Could you please confirm did you made any changes to the AIOQUIC code to create multiple streams in a single connection @ElNiak I am not able to get what am i missing. Attached quic log image for your reference Hope you will reply soon. |
Hello @ElNiak Thank you for replying back @ElNiak Could you please answer these queries @ElNiak 1.Could you please confirm did you made any changes to the AIOQUIC code or not to create multiple streams in a single connection @ElNiak 2.Could you please confirm were you also using Linux(Ubuntu,Centos,etc) terminal or Linux GUI(Chrome,Firefox etc) or totally different OS(like Windows,MAC) where you have created multiple streams in a single connection using AIOQUIC. @ElNiak Looking forward for your answer to these queries. Thank you. |
Hello @Karthikdasari0423,
The command i used to launch experiments is:
Aioquic will then create a stream per request and send them in a row. Hope this will help you ! Good luck |
Hello @ElNiak Could you please confirm is this is the same way you have got quic log output in your case Thanks. |
Hello @ElNiak Thanks again for replying back I believe I cannot see any multiplexing in your figure but i am not sure. The bandwidth was used only for the green request first, then only for light dark , then only for the light yellow, then only for the again green and etc.... i believe If there was any multiplexing you should see a mixed of colours in the "Multiplexed data flow" part like this figure from Robin Marx work. If possible and comfortable , Could you please share me the Quic log trace files. My gmail :-kartheekdasari1998@gmail.com Thanks. |
Hello @ElNiak My intention is not to prove you wrong . Thanks |
hai ,
It is not an issue.
one small quick query
@ElNiak
Could you please confirm were you able to create multiple streams in a single connection using the AIOQUIC code .
Sorry for raising an issue as i am unable to find your email to ask this query.
Looking forward for your reply
Thank you.
The text was updated successfully, but these errors were encountered: