litespeed-quic/test
Dmitri Tikhonov 9c4445241e Release 1.19.3
- [BUGFIX] Q044: don't encode packet number in 6 bytes.  Six-byte
  packet number encoding does not exist in Q044.  This fixes a
  regression introduced in '[BUGFIX] Buffered packets can contain
  ACK frames' -- we need to keep QUIC version in mind when selecting
  the longest possible packet number encoding used for the buffered
  packet that carries the ACK.
- [BUGFIX] Do not increase CWND when timeout occurs.
- http_client: support setting handshake timeout on command line.
  Use -o handshake_to=timeout.
- http_client: use -k to connect UDP socket to pick up ICMP errors.
- http_client: allow pathless mode, when only handshake is performed
  without issuing any requests.  This can be done by simply not
  specifying a -p flag on the command line.
2019-02-18 08:40:51 -05:00
..
unittests Release 1.19.0 2019-02-04 08:59:11 -05:00
CMakeLists.txt Release 1.17.11 2019-01-03 11:48:45 -05:00
http_client.c Release 1.19.3 2019-02-18 08:40:51 -05:00
prog.c Release 1.19.3 2019-02-18 08:40:51 -05:00
prog.h Release 1.19.3 2019-02-18 08:40:51 -05:00
test_common.c Release 1.19.3 2019-02-18 08:40:51 -05:00
test_common.h Release 1.19.3 2019-02-18 08:40:51 -05:00
test_config.h.in If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00