There was an error fetching the commit references. Please try again later.
Add ACK frame parser
At the moment, it just extracts Largest Acknowledged. It is rather implemented as place holder to parse incoming ACK frames without error.
Showing
- lib/includes/ngtcp2/ngtcp2.h 6 additions, 0 deletionslib/includes/ngtcp2/ngtcp2.h
- lib/ngtcp2_conv.c 11 additions, 0 deletionslib/ngtcp2_conv.c
- lib/ngtcp2_conv.h 14 additions, 0 deletionslib/ngtcp2_conv.h
- lib/ngtcp2_pkt.c 93 additions, 5 deletionslib/ngtcp2_pkt.c
- lib/ngtcp2_pkt.h 33 additions, 13 deletionslib/ngtcp2_pkt.h
- tests/main.c 3 additions, 1 deletiontests/main.c
- tests/ngtcp2_pkt_test.c 20 additions, 0 deletionstests/ngtcp2_pkt_test.c
- tests/ngtcp2_pkt_test.h 1 addition, 0 deletionstests/ngtcp2_pkt_test.h
- tests/ngtcp2_test_helper.c 17 additions, 0 deletionstests/ngtcp2_test_helper.c
- tests/ngtcp2_test_helper.h 10 additions, 0 deletionstests/ngtcp2_test_helper.h
Please register or sign in to comment