Skip to content
Snippets Groups Projects
Commit 7e9a917d authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Add stream data flags

This commit introduces ngtcp2_stream_data_flags.  The signature of
ngtcp2_recv_stream_data is reworked.  More specifically, flags
parameter is added.  The fin parameter is removed and it is replaced
with NGTCP2_STREAM_DATA_FLAG_FIN flag.  NGTCP2_STREAM_DATA_FLAG_0RTT
flag is added to indicate that the data might be replayed.
parent c7d29aa6
Branches
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment