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 -1
View File
@@ -447,7 +447,7 @@ int main(int argc, char** argv) {
if (!eqsf_open && Config->ZonePort != 0) {
Log.Out(Logs::General, Logs::Zone_Server, "Starting EQ Network server on port %d", Config->ZonePort);
EQ::Net::EQStreamManagerOptions opts(Config->ZonePort, false, true);
EQ::Net::EQStreamManagerOptions opts(Config->ZonePort, false, false);
eqsm.reset(new EQ::Net::EQStreamManager(opts));
eqsf_open = true;