[Netcode] Resend Logic Adjustments (#4895)

* [Netcode] Resend Logic Adjustments

* Update daybreak_connection.h
This commit is contained in:
Chris Miles
2025-05-16 16:46:07 -05:00
committed by GitHub
parent 907029ed76
commit a1d414d64c
2 changed files with 2 additions and 21 deletions
-1
View File
@@ -185,7 +185,6 @@ namespace EQ
// resend tracking
size_t m_resend_packets_sent = 0;
size_t m_resend_bytes_sent = 0;
bool m_acked_since_last_resend = false;
struct DaybreakSentPacket
{