mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
implement sending of MAX_STREAM_ID frames
We can now impose a limit on the number of stream for IETF QUIC, and advertise that in the transport parameters during the handshake.
This commit is contained in:
parent
e36b8d8e30
commit
8e332c2e13
11 changed files with 208 additions and 41 deletions
|
@ -55,9 +55,6 @@ func (t PacketType) String() string {
|
|||
// A ConnectionID in QUIC
|
||||
type ConnectionID uint64
|
||||
|
||||
// A StreamID in QUIC
|
||||
type StreamID uint64
|
||||
|
||||
// A ByteCount in QUIC
|
||||
type ByteCount uint64
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue