Console wip, change how we send acks back to some old behavior

This commit is contained in:
KimLS
2017-04-04 23:21:32 -07:00
parent 281483efc1
commit 8509f05f0a
9 changed files with 1070 additions and 883 deletions
+2 -2
View File
@@ -209,10 +209,10 @@ namespace EQ
DaybreakConnectionManagerOptions() {
max_connection_count = 0;
keepalive_delay_ms = 9000;
resend_delay_ms = 300;
resend_delay_ms = 50;
resend_delay_factor = 1.5;
resend_delay_min = 50;
resend_delay_max = 1000;
resend_delay_max = 500;
connect_delay_ms = 500;
stale_connection_ms = 90000;
connect_stale_ms = 5000;