Skip to content

Commit 776178e

Browse files
committed
WIP: quic: Useless dgram counter incrementation
This prevents the BUG_ON() added to qc_send() to be triggered.
1 parent 1338983 commit 776178e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ static int qc_prep_pkts(struct quic_conn *qc, struct buffer *buf,
794794
out:
795795
if (first_pkt) {
796796
qc_txb_store(buf, wrlen, first_pkt);
797-
++dgram_cnt;
797+
//++dgram_cnt;
798798
}
799799

800800
if (cc && total) {

0 commit comments

Comments
 (0)