mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
de46bf2f1f
- [FEATURE] Use occasional packet number gaps to detect optimistic ACK attacks. - [BUGFIX] Q050 client: all packet numbers are in the App PNS. - [OPTIMIZATION] Merge multi-range ACK frames, not just single-range ACK frames. - IETF QUIC: use RTT estimate in ack timeout calculation. - IETF handshake: abort conn when unexpected errors occur. - Use PING rather than MAX_DATA frames to elicit ACKs from peer. - Server: enforce 1200 byte Initial minimum packet size. - [CLEANUP] Remove code to disable gQUIC crypto. - [CLEANUP] Remove n_timestamps from ACK info struct. - Optimize driver: reuse previous ancillary message when possible. |
||
---|---|---|
.. | ||
unittests | ||
CMakeLists.txt | ||
echo_client.c | ||
echo_server.c | ||
http_client.c | ||
http_server.c | ||
md5_client.c | ||
md5_server.c | ||
prog.c | ||
prog.h | ||
test_cert.c | ||
test_cert.h | ||
test_common.c | ||
test_common.h | ||
test_config.h.in |