mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
[BUGFIX]add datasize to po_regen_sz which will not be retransmitted. (#327)
This commit is contained in:
parent
4026a4b616
commit
fb96e96193
1 changed files with 1 additions and 0 deletions
|
@ -8146,6 +8146,7 @@ write_datagram (struct ietf_full_conn *conn)
|
||||||
ABORT_ERROR("adding DATAGRAME frame to packet failed: %d", errno);
|
ABORT_ERROR("adding DATAGRAME frame to packet failed: %d", errno);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
packet_out->po_regen_sz += w;
|
||||||
packet_out->po_frame_types |= QUIC_FTBIT_DATAGRAM;
|
packet_out->po_frame_types |= QUIC_FTBIT_DATAGRAM;
|
||||||
lsquic_send_ctl_incr_pack_sz(&conn->ifc_send_ctl, packet_out, w);
|
lsquic_send_ctl_incr_pack_sz(&conn->ifc_send_ctl, packet_out, w);
|
||||||
/* XXX The DATAGRAM frame should really be a regen. Do it when we
|
/* XXX The DATAGRAM frame should really be a regen. Do it when we
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue