curl/lib/vquic
Daniel Stenberg 65f03e507f
urldata: shrink *select_bits int => unsigned char
- dselect_bits
- cselect_bits

... are using less than 8 bits. Changed types and moved them towards
the end of the structs to fit better.

Closes #11025
2023-04-26 23:36:45 +02:00
..
curl_msh3.c urldata: shrink *select_bits int => unsigned char 2023-04-26 23:36:45 +02:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c urldata: shrink *select_bits int => unsigned char 2023-04-26 23:36:45 +02:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_quiche.c urldata: shrink *select_bits int => unsigned char 2023-04-26 23:36:45 +02:00
curl_quiche.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
vquic_int.h http3: improvements across backends 2023-03-31 15:44:57 +02:00
vquic.c h2/h3: replace state.drain counter with state.dselect_bits 2023-04-25 17:49:28 +02:00
vquic.h connections: introduce http/3 happy eyeballs 2023-02-02 09:57:34 +01:00