Change default settings and removal of unacked packets for now

This commit is contained in:
KimLS
2017-04-01 17:25:48 -07:00
parent de777fc90f
commit 9750d09635
4 changed files with 8 additions and 10 deletions
+1 -4
View File
@@ -81,10 +81,7 @@ void EQ::Net::EQStream::QueuePacket(const EQApplicationPacket *p, bool ack_req)
break;
}
if (ack_req)
m_connection->QueuePacket(out);
else
m_connection->QueuePacket(out, 0, false);
m_connection->QueuePacket(out);
}
}