mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
multiplex multiple clients on one packet conn
This commit is contained in:
parent
dacc94ccba
commit
2c05dbff07
9 changed files with 259 additions and 27 deletions
|
@ -6,6 +6,7 @@
|
|||
- Add a `quic.Config` option for the maximum number of incoming streams.
|
||||
- Add support for QUIC 42 and 43.
|
||||
- Add dial functions that use a context.
|
||||
- Multiplex clients on a net.PacketConn, when using Dial(conn).
|
||||
|
||||
## v0.7.0 (2018-02-03)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue