We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1628d6 commit 6eff88fCopy full SHA for 6eff88f
ssl/quic/quic_demux.c
@@ -442,6 +442,7 @@ int ossl_quic_demux_inject(QUIC_DEMUX *demux,
442
443
/* Move from free list to pending list. */
444
ossl_list_urxe_remove(&demux->urx_free, urxe);
445
+ urxe->datagram_id = demux->next_datagram_id++;
446
ossl_list_urxe_insert_tail(&demux->urx_pending, urxe);
447
urxe->demux_state = URXE_DEMUX_STATE_PENDING;
448
0 commit comments