There was an error fetching the commit references. Please try again later.
Initial implementation of quic recovery loosely based on draft-9 and -10
Showing
- examples/client.cc 25 additions, 1 deletionexamples/client.cc
- examples/debug.cc 1 addition, 1 deletionexamples/debug.cc
- examples/server.cc 24 additions, 3 deletionsexamples/server.cc
- lib/includes/ngtcp2/ngtcp2.h 13 additions, 0 deletionslib/includes/ngtcp2/ngtcp2.h
- lib/ngtcp2_acktr.c 4 additions, 6 deletionslib/ngtcp2_acktr.c
- lib/ngtcp2_acktr.h 3 additions, 3 deletionslib/ngtcp2_acktr.h
- lib/ngtcp2_conn.c 146 additions, 40 deletionslib/ngtcp2_conn.c
- lib/ngtcp2_conn.h 12 additions, 4 deletionslib/ngtcp2_conn.h
- lib/ngtcp2_rtb.c 161 additions, 52 deletionslib/ngtcp2_rtb.c
- lib/ngtcp2_rtb.h 31 additions, 24 deletionslib/ngtcp2_rtb.h
- tests/ngtcp2_acktr_test.c 1 addition, 2 deletionstests/ngtcp2_acktr_test.c
- tests/ngtcp2_conn_test.c 14 additions, 14 deletionstests/ngtcp2_conn_test.c
- tests/ngtcp2_rtb_test.c 24 additions, 39 deletionstests/ngtcp2_rtb_test.c
- tests/ngtcp2_test_helper.c 10 additions, 0 deletionstests/ngtcp2_test_helper.c
- tests/ngtcp2_test_helper.h 6 additions, 0 deletionstests/ngtcp2_test_helper.h
Please register or sign in to comment