Categorygithub.com/xieyuschen/quic-example
repository
0.0.0-20220728110329-380824da29a2
Repository: https://github.com/xieyuschen/quic-example.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

quic-example

This reporsitory aims to help user get familiar with the quic and use quic in the real app. It develops some demo based on the quic-go library and expands the example showed in the reporsitory.

Content

Keep updating...

ExampleDescription
Echo demoEcho demo comes from the quic-go/example and it aims to help users to learn it better and more quickly
Echo-cliThe echo-cli provides the seperated server and client to make a demo for echo case. It mainly focuses on some details when using quic and make some discussions about quic.
Capture packets during echoThis part uses wireshark to capture the echo packets and analyzes the whole processes.
Handling multiple serversImplement quic server which can handle multiple streams.
Set option on listenerHow to set options on listener as the net ListenConfig.
Framework implementation detailsThis part focuses on some mechanism during building quic-go

Contribute

Feel free to create PR to enhance this project.