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
+1
View File
@@ -469,6 +469,7 @@ static void ProcessCommandIgnore(Client *c, std::string Ignoree) {
Clientlist::Clientlist(int ChatPort) {
EQ::Net::EQStreamManagerOptions chat_opts(ChatPort, false, false);
chat_opts.opcode_size = 1;
chat_opts.daybreak_options.stale_connection_ms = 300000;
chatsf = new EQ::Net::EQStreamManager(chat_opts);
ChatOpMgr = new RegularOpcodeManager;