How quic stream created? #5738
Closed
Kation L (Kation)
started this conversation in
General
Replies: 1 comment
|
You may want to look at the RFC 9000 for details. |
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.
I'm using quic as a RPC transport.
I'm confused that how packet send/receive while create a bidirectional stream.
Once a stream create on a client, does it need to wait create response from peer before sending data?
Should I keep stream after a completed rpc or create new stream everytime?
Is that have same latency?
All reactions