goquic
goquic copied to clipboard
Stream interface
Below HTTP, QUIC has a powerful stream muxer. It would be great to have access to this interface, and thus to have a Listen() (Conn, error) function much like quic.Dial. (Or is there a way to do this that I'm not seeing?)
in particular, would be fantastic to match the excellent interfaces of https://github.com/hashicorp/yamux or https://github.com/inconshreveable/muxado
Thanks! I will have a look at it. :)
👍
Also interested in this.