litespeed-quic/test/unittests
Dmitri Tikhonov bfc7bfd842 Latest changes
- [API Change] lsquic_engine_connect() returns pointer to the connection
  object.
- [API Change] Add lsquic_conn_get_engine() to get engine object from
  connection object.
- [API Change] Add lsquic_conn_status() to query connection status.
- [API Change] Add add lsquic_conn_set_ctx().
- [API Change] Add new timestamp format, e.g. 2017-03-21 13:43:46.671345
- [OPTIMIZATION] Process handshake STREAM frames as soon as packet
  arrives.
- [OPTIMIZATION] Do not compile expensive send controller sanity check
  by default.
- [OPTIMIZATION] Add fast path to gquic_be_gen_reg_pkt_header.
- [OPTIMIZATION] Only make squeeze function call if necessary.
- [OPTIMIZATION] Speed up Q039 ACK frame parsing.
- [OPTIMIZATION] Fit most used elements of packet_out into first 64 bytes.
- [OPTIMIZATION] Keep track of scheduled bytes instead of calculating.
- [OPTIMIZATION] Prefetch next unacked packet when processing ACK.
- [OPTIMIZATION] Leverage fact that ACK ranges and unacked list are.
  ordered.
- [OPTIMIZATION] Reduce function pointer use for STREAM frame generation
- Fix: reset incoming streams that arrive after we send GOAWAY.
- Fix: delay client on_new_conn() call until connection is fully set up.
- Fixes to buffered packets logic: splitting, STREAM frame elision.
- Fix: do not dispatch on_write callback if no packets are available.
- Fix WINDOW_UPDATE send and resend logic.
- Fix STREAM frame extension code.
- Fix: Drop unflushed data when stream is reset.
- Switch to tracking CWND using bytes rather than packets.
- Fix TCP friendly adjustment in cubic.
- Fix: do not generate invalid STOP_WAITING frames during high packet
  loss.
- Pacer fixes.
2018-02-26 16:01:16 -05:00
..
CMakeLists.txt Latest changes 2018-02-26 16:01:16 -05:00
graph_cubic.c Latest changes 2018-02-26 16:01:16 -05:00
test_ackgen_gquic_be.c Latest changes 2017-10-31 09:35:58 -04:00
test_ackgen_gquic_ietf.c Latest changes 2017-10-31 09:35:58 -04:00
test_ackgen_gquic_le.c Latest changes 2017-10-31 09:35:58 -04:00
test_ackparse_gquic_be.c Latest changes 2017-10-31 09:35:58 -04:00
test_ackparse_gquic_ietf.c Latest changes 2017-10-31 09:35:58 -04:00
test_ackparse_gquic_le.c Latest changes 2017-10-31 09:35:58 -04:00
test_alarmset.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_arr.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_attq.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_blocked_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_blocked_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_buf.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_conn_close_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_conn_close_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_conn_hash.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_dec.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_elision.c Latest changes 2018-02-26 16:01:16 -05:00
test_engine_ctor.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_export_key.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_frame_chop.c Latest changes 2017-10-31 09:35:58 -04:00
test_frame_reader.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_frame_rw.c Latest changes 2017-10-31 09:35:58 -04:00
test_frame_writer.c Latest changes 2017-10-31 09:35:58 -04:00
test_goaway_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_goaway_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_hkdf.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_hpack.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_lsquic_hash.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_malo.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_packet_out.c Latest changes 2018-02-26 16:01:16 -05:00
test_packno_len.c Latest changes 2017-09-26 14:21:37 -04:00
test_parse_packet_in.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_quic_be_floats.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_quic_le_floats.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_rechist.c Latest changes 2017-10-31 09:35:58 -04:00
test_reg_pkt_headergen.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_rst_stream_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_rst_stream_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_rst_stream_ietf.c Latest changes 2017-09-28 14:50:30 -04:00
test_rtt.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_senhist.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_set.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_sfcw.c Latest changes 2017-10-31 09:35:58 -04:00
test_some_packets.c Latest changes 2018-02-26 16:01:16 -05:00
test_spi.c Latest changes 2018-02-26 16:01:16 -05:00
test_stop_waiting_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_stop_waiting_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_stream.c Latest changes 2018-02-26 16:01:16 -05:00
test_streamgen.c Latest changes 2018-02-26 16:01:16 -05:00
test_streamparse.c Latest changes 2018-02-26 16:01:16 -05:00
test_ver_nego.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_wuf_gquic_be.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00
test_wuf_gquic_le.c LSQUIC Client: Initial release 2017-09-22 17:00:03 -04:00