Why i am not able to send large file example 200MB or 500MB from client to server only 16KB is getting stored in server using quic? #408
Unanswered
Prathi1729
asked this question in
Q&A
Replies: 2 comments
-
@Prathi1729 try these info from here |
Beta Was this translation helpful? Give feedback.
0 replies
-
When file is slightly larger, aioquic will slice the content and send them over one stream sequentially. When streamdatareceived event triggers, save and append the data if stream_id is the same. That's what I found. Have you ever solved this problem? I'm confused that large file took too much time to transfer, even in local network, ~70 sec to transfer one ~80 MB file in local network without adding delay or loss rate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions