remove hack that stopped working at some point

This commit is contained in:
Green Sky
2025-12-12 15:55:30 +01:00
parent 8576c5c153
commit 404669eb7e

View File

@@ -153,8 +153,7 @@ void NGCFT1::updateSendTransfer(float time_delta, uint32_t group_number, uint32_
peer.cca->onSent({idx, seq_id}, chunk_size);
} else {
std::cerr << "NGCFT1: failed to send packet (queue full?) --------------\n";
peer.cca->onLoss({idx, seq_id}, false); // HACK: fake congestion event
// TODO: onCongestion
peer.cca->onCongestion();
can_packet_size = 0;
}