Skip to content

Commit

Permalink
Release 4.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Sep 25, 2024
1 parent f3fc7cc commit 436089b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/liblsquic/ls-qpack
Submodule ls-qpack updated 2 files
+9 −6 CMakeLists.txt
+1 −1 lsqpack.c
4 changes: 0 additions & 4 deletions src/liblsquic/lsquic_full_conn_ietf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,6 @@ lsquic_ietf_full_conn_server_new (struct lsquic_engine_public *enpub,
struct lsquic_packet_out *packet_out;
struct lsquic_packet_in *packet_in;
struct conn_cid_elem *cce;
int have_outgoing_ack;
lsquic_packno_t next_packno;
lsquic_time_t now;
enum packnum_space pns;
Expand Down Expand Up @@ -1644,7 +1643,6 @@ lsquic_ietf_full_conn_server_new (struct lsquic_engine_public *enpub,
* been lost. We take ownership of all packets in mc_packets_out; those
* that are not on the list are recorded in fc_send_ctl.sc_senhist.
*/
have_outgoing_ack = 0;
next_packno = ~0ULL;
/* mini conn may drop Init packets, making gaps; don't warn about them: */
conn->ifc_send_ctl.sc_senhist.sh_flags |= SH_GAP_OK;
Expand Down Expand Up @@ -1680,8 +1678,6 @@ lsquic_ietf_full_conn_server_new (struct lsquic_engine_public *enpub,
LSQ_DEBUG("got unsent packet_out %"PRIu64" from mini (will send)",
packet_out->po_packno);
lsquic_send_ctl_scheduled_one(&conn->ifc_send_ctl, packet_out);
have_outgoing_ack |= packet_out->po_frame_types &
(1 << QUIC_FRAME_ACK);
}
}
conn->ifc_send_ctl.sc_senhist.sh_flags &= ~SH_GAP_OK;
Expand Down
2 changes: 1 addition & 1 deletion src/lshpack
Submodule lshpack updated 1 files
+1 −1 lshpack.c

0 comments on commit 436089b

Please sign in to comment.