mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-11 18:02:23 +00:00
Update daybreak_connection.cpp
This commit is contained in:
parent
dc4ee1f225
commit
6c3e9e1cc6
@ -1154,7 +1154,7 @@ void EQ::Net::DaybreakConnection::ProcessResend(int stream)
|
|||||||
// make sure that the first_packet in the list first_sent time is within the resend_delay and now
|
// make sure that the first_packet in the list first_sent time is within the resend_delay and now
|
||||||
// if it is not, then we need to resend all packets in the list
|
// if it is not, then we need to resend all packets in the list
|
||||||
if (time_since_first_sent <= first_packet.resend_delay && !m_acked_since_last_resend) {
|
if (time_since_first_sent <= first_packet.resend_delay && !m_acked_since_last_resend) {
|
||||||
LogNetClient(
|
LogNetClientDetail(
|
||||||
"Not resending packets for m_endpoint [{}] m_port [{}] packets [{}] time_first_sent [{}] resend_delay [{}] m_acked_since_last_resend [{}]",
|
"Not resending packets for m_endpoint [{}] m_port [{}] packets [{}] time_first_sent [{}] resend_delay [{}] m_acked_since_last_resend [{}]",
|
||||||
m_endpoint,
|
m_endpoint,
|
||||||
m_port,
|
m_port,
|
||||||
@ -1173,7 +1173,7 @@ void EQ::Net::DaybreakConnection::ProcessResend(int stream)
|
|||||||
total_size += e.second.packet.Length();
|
total_size += e.second.packet.Length();
|
||||||
}
|
}
|
||||||
|
|
||||||
LogNetClient(
|
LogNetClientDetail(
|
||||||
"Resending packets for m_endpoint [{}] m_port [{}] packet count [{}] total packet size [{}] m_acked_since_last_resend [{}]",
|
"Resending packets for m_endpoint [{}] m_port [{}] packet count [{}] total packet size [{}] m_acked_since_last_resend [{}]",
|
||||||
m_endpoint,
|
m_endpoint,
|
||||||
m_port,
|
m_port,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user