Update daybreak_connection.cpp

This commit is contained in:
Chris Miles 2025-05-17 23:02:33 -05:00
parent 29a07a46cc
commit 3d67557f6f

View File

@ -1155,6 +1155,12 @@ void EQ::Net::DaybreakConnection::ProcessResend(int stream)
);
}
LogNetClient("Resending packets for stream [{}] packet count [{}] total packet size [{}]",
stream,
s->sent_packets.size(),
m_resend_bytes_sent
);
for (auto &e: s->sent_packets) {
// if (m_resend_packets_sent >= MAX_CLIENT_RECV_PACKETS_PER_WINDOW ||
// m_resend_bytes_sent >= MAX_CLIENT_RECV_BYTES_PER_WINDOW) {