summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_channel_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_channel_local.h')
-rw-r--r--ssl/quic/quic_channel_local.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h
index 555e6117d8..18b50313f4 100644
--- a/ssl/quic/quic_channel_local.h
+++ b/ssl/quic/quic_channel_local.h
@@ -124,9 +124,9 @@ struct quic_channel_st {
QUIC_CONN_ID cur_local_dcid;
/* Transport parameter values received from server. */
- uint64_t init_max_stream_data_bidi_local;
- uint64_t init_max_stream_data_bidi_remote;
- uint64_t init_max_stream_data_uni_remote;
+ uint64_t rx_init_max_stream_data_bidi_local;
+ uint64_t rx_init_max_stream_data_bidi_remote;
+ uint64_t rx_init_max_stream_data_uni_remote;
uint64_t rx_max_ack_delay; /* ms */
unsigned char rx_ack_delay_exp;