There was an error fetching the commit references. Please try again later.
Handle multiple Client Initial packets
Require token if the first packet is lost or reordered in order to buffer the data coming from validated client only.
Showing
- examples/server.cc 15 additions, 4 deletionsexamples/server.cc
- examples/server.h 2 additions, 1 deletionexamples/server.h
- lib/includes/ngtcp2/ngtcp2.h 6 additions, 0 deletionslib/includes/ngtcp2/ngtcp2.h
- lib/ngtcp2_conn.c 66 additions, 15 deletionslib/ngtcp2_conn.c
- lib/ngtcp2_err.c 2 additions, 0 deletionslib/ngtcp2_err.c
- lib/ngtcp2_rob.c 4 additions, 0 deletionslib/ngtcp2_rob.c
- lib/ngtcp2_rob.h 5 additions, 0 deletionslib/ngtcp2_rob.h
- lib/ngtcp2_str.c 13 additions, 6 deletionslib/ngtcp2_str.c
- lib/ngtcp2_str.h 9 additions, 2 deletionslib/ngtcp2_str.h
- tests/main.c 4 additions, 0 deletionstests/main.c
- tests/ngtcp2_conn_test.c 117 additions, 11 deletionstests/ngtcp2_conn_test.c
- tests/ngtcp2_conn_test.h 2 additions, 0 deletionstests/ngtcp2_conn_test.h
- tests/ngtcp2_test_helper.c 78 additions, 5 deletionstests/ngtcp2_test_helper.c
- tests/ngtcp2_test_helper.h 24 additions, 0 deletionstests/ngtcp2_test_helper.h
Please register or sign in to comment