More HC work, almost fully logs in

This commit is contained in:
KimLS
2016-11-19 15:50:22 -08:00
parent c86d4be1ae
commit c77e65c07d
5 changed files with 47 additions and 31 deletions
+2
View File
@@ -731,6 +731,8 @@ void EQ::Net::DaybreakConnection::ProcessDecodedPacket(const Packet &p)
InternalSend(out);
break;
}
case OP_SessionStatResponse:
break;
default:
Log.OutF(Logs::Detail, Logs::Netcode, "Unhandled opcode {0:#x}", p.GetInt8(1));
break;
+1 -1
View File
@@ -222,7 +222,7 @@ namespace EQ
resend_delay_factor = 1.5;
stats_delay_ms = 9000;
connect_delay_ms = 250;
stale_connection_ms = 30000;
stale_connection_ms = 60000;
connect_stale_ms = 5000;
crc_length = 2;
max_packet_size = 512;