Commit graph

5 commits

Author SHA1 Message Date
Marten Seemann
4fa68b0788 fix race condition in GetStream in outgoing streams map 2018-02-22 18:48:53 +08:00
Marten Seemann
77a4bf17ca fix race condition in GetOrOpenStream in incoming streams map 2018-02-22 09:21:31 +08:00
Marten Seemann
8e332c2e13 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.
2018-02-06 08:32:16 +08:00
Marten Seemann
e36b8d8e30 throw an error if the peer tries to open a too high stream 2018-02-06 08:30:58 +08:00
Marten Seemann
be6493eff8 implement a map for incoming streams 2018-02-06 07:49:10 +08:00