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

Update doc

parent 7d594a10
Branches
No related merge requests found
......@@ -1277,7 +1277,7 @@ typedef enum ngtcp2_stream_data_flag {
/**
* NGTCP2_STREAM_DATA_FLAG_0RTT indicates that this chunk of data
* contains data received in 0RTT packet and the handshake has not
* been completed yet, which means that the data might be replayed.
* completed yet, which means that the data might be replayed.
*/
NGTCP2_STREAM_DATA_FLAG_0RTT = 0x02
} ngtcp2_stream_data_flag;
......
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