Implement RFC 7661 pipeACK method
Showing
- lib/CMakeLists.txt 1 addition, 0 deletionslib/CMakeLists.txt
- lib/Makefile.am 5 additions, 2 deletionslib/Makefile.am
- lib/ngtcp2_cc.c 11 additions, 3 deletionslib/ngtcp2_cc.c
- lib/ngtcp2_cc.h 7 additions, 2 deletionslib/ngtcp2_cc.h
- lib/ngtcp2_conn.c 7 additions, 1 deletionlib/ngtcp2_conn.c
- lib/ngtcp2_conn.h 0 additions, 10 deletionslib/ngtcp2_conn.h
- lib/ngtcp2_pipeack.c 155 additions, 0 deletionslib/ngtcp2_pipeack.c
- lib/ngtcp2_pipeack.h 89 additions, 0 deletionslib/ngtcp2_pipeack.h
- lib/ngtcp2_rcvry.h 44 additions, 0 deletionslib/ngtcp2_rcvry.h
- lib/ngtcp2_rtb.c 7 additions, 4 deletionslib/ngtcp2_rtb.c
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/Makefile.am 2 additions, 0 deletionstests/Makefile.am
- tests/main.c 3 additions, 1 deletiontests/main.c
- tests/ngtcp2_conn_test.c 1 addition, 0 deletionstests/ngtcp2_conn_test.c
- tests/ngtcp2_pipeack_test.c 118 additions, 0 deletionstests/ngtcp2_pipeack_test.c
- tests/ngtcp2_pipeack_test.h 34 additions, 0 deletionstests/ngtcp2_pipeack_test.h
- tests/ngtcp2_rtb_test.c 7 additions, 7 deletionstests/ngtcp2_rtb_test.c
Please register or sign in to comment