The Latency of the First Frame is Too High #2089
Unanswered
AvatarGanymede
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Is this first payload the first one the whole connection? I suspect the connection handshake is what is taking so long the first time around. |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sorry to interrupt again. 😌
I'm working on a project and the work flow is as below:
I've known that MsQuic internally seperates my captured frame into a few small packets, so I add a header flag ahead of the frame data:
Thus I know where the frame data ends on client side and assemble these small packets into a complete frame.
Then I try to test the time cost of each frame, from receiving the first packet to the last packet:
It's obvious that, the length of these frame data is close, but the latency of the first frame is way too high.
Do I Miss some crutial setting or using something wrong?
Beta Was this translation helpful? Give feedback.
All reactions