litespeed-quic/test
Dmitri Tikhonov ccd741616f Latest changes
- 1.10.1
- [BUGFIX]  process connections after each batch of packets is read
  This avoids a problem of accumulating a very large list of packets
  (possible when speeds are high and socket's receive buffer is large)
  and processing it all at once.
- If glibc is older than 2.17, link with rt.  This is necessary for
  clock_getres(2).
- Add version macros to lsquic.h; remove unnecessary includes.
2018-07-10 11:51:45 -04:00
..
unittests Latest changes 2018-07-10 11:51:45 -04:00
CMakeLists.txt If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00
http_client.c Latest changes 2018-05-21 15:02:33 -04:00
prog.c [FEATURE, API CHANGE] Support zero-sized CIDs in received packets 2018-05-30 00:15:35 -04:00
prog.h Latest changes 2018-07-10 11:51:45 -04:00
test_common.c Latest changes 2018-07-10 11:51:45 -04:00
test_common.h [FEATURE, API CHANGE] Support zero-sized CIDs in received packets 2018-05-30 00:15:35 -04:00
test_config.h.in If regex.h is not present (Windows), use alternative code 2018-05-18 09:18:06 -04:00