Skip to content

Commit 046b848

Browse files
committed
WIP: quic: Usell dgram counter incrementation
This prevents the BUG_ON() added to qc_send() to be triggered.
1 parent e4b4241 commit 046b848

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
@@ -796,7 +796,7 @@ static int qc_prep_pkts(struct quic_conn *qc, struct buffer *buf,
796796
out:
797797
if (first_pkt) {
798798
qc_txb_store(buf, wrlen, first_pkt);
799-
++dgram_cnt;
799+
//++dgram_cnt;
800800
}
801801

802802
if (cc && total) {

0 commit comments

Comments
 (0)