"git@gitlab.informatik.hu-berlin.de:scherzej/psco-2019-gp.git" did not exist on "772efa7c9575e68d3a724b27ef3e6ba4dcd38604"
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.
Showing
- examples/client.cc 6 additions, 6 deletionsexamples/client.cc
- examples/client.h 1 addition, 1 deletionexamples/client.h
- examples/server.cc 5 additions, 5 deletionsexamples/server.cc
- examples/server.h 1 addition, 1 deletionexamples/server.h
- lib/includes/ngtcp2/ngtcp2.h 31 additions, 8 deletionslib/includes/ngtcp2/ngtcp2.h
- lib/ngtcp2_conn.c 25 additions, 8 deletionslib/ngtcp2_conn.c
- tests/ngtcp2_conn_test.c 26 additions, 19 deletionstests/ngtcp2_conn_test.c
Please register or sign in to comment