litespeed-quic/test
Dmitri Tikhonov cd7bc3834d [BUGFIX] allow multiple parallel connections by default
Use the original method of tracking connections by CIDs by default.
If zero-sized CID support is turned on, connections are tracked by
the address.  A new connection is not created if another connection
is using the same network address.
2018-06-13 11:10:28 -04:00
..
unittests [BUGFIX] allow multiple parallel connections by default 2018-06-13 11:10:28 -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-05-21 15:02:33 -04:00
test_common.c [FEATURE, API CHANGE] Support zero-sized CIDs in received packets 2018-05-30 00:15:35 -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