mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Netcode] Resend Logic Adjustments (#4895)
* [Netcode] Resend Logic Adjustments * Update daybreak_connection.h
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user