Skip to content
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

Writing a simple multi-stream QUIC client #19

Closed
Tracked by #13
arapov opened this issue Jun 2, 2023 · 0 comments
Closed
Tracked by #13

Writing a simple multi-stream QUIC client #19

arapov opened this issue Jun 2, 2023 · 0 comments
Assignees
Labels

Comments

@arapov
Copy link
Member

arapov commented Jun 2, 2023

  • Connection and stream objects
    • What is a connection?
    • What is a stream?
    • The SSL object
    • Threading and connection/stream SSL objects
  • The default stream
    • The default stream mode
  • The incoming stream policy
  • Creating a locally initiated stream
  • Accepting remotely initiated streams
  • Using streams for sending/receiving data
    • Restrictions when using streams
  • Concluding a stream
  • Resetting a stream
  • Final clean up
  • Hello World QUIC client with streams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants