summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_channel_local.h
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-05-11 13:49:51 +0200
committerHugo Landau <hlandau@openssl.org>2023-05-17 14:04:18 +0100
commitbbc9754026e815429b55c92cf2a70e4ac59464cf (patch)
tree1617ff11a5d57535bc54d94b6ee761e7e1f87ebb /ssl/quic/quic_channel_local.h
parentc301149ad43ee2c611e7b8d4f2826f524f3385aa (diff)
downloadopenssl-new-bbc9754026e815429b55c92cf2a70e4ac59464cf.tar.gz
quic_tserver: Add possibility to change the connection id
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20892)
Diffstat (limited to 'ssl/quic/quic_channel_local.h')
-rw-r--r--ssl/quic/quic_channel_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/quic/quic_channel_local.h b/ssl/quic/quic_channel_local.h
index 0eb47f3f13..99fbb1db68 100644
--- a/ssl/quic/quic_channel_local.h
+++ b/ssl/quic/quic_channel_local.h
@@ -127,7 +127,7 @@ struct quic_channel_st {
uint64_t cur_remote_seq_num;
uint64_t cur_retire_prior_to;
/* Server only: The DCID we currently expect the peer to use to talk to us. */
- QUIC_CONN_ID cur_local_dcid;
+ QUIC_CONN_ID cur_local_cid;
/* Transport parameter values we send to our peer. */
uint64_t tx_init_max_stream_data_bidi_local;