Adjust netcode variables proven to be stable for players

This commit is contained in:
Akkadius
2017-06-24 20:10:12 -05:00
parent a7c239b801
commit 6cc774faf4
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -217,10 +217,10 @@ namespace EQ
DaybreakConnectionManagerOptions() {
max_connection_count = 0;
keepalive_delay_ms = 9000;
resend_delay_ms = 300;
resend_delay_ms = 150;
resend_delay_factor = 1.5;
resend_delay_min = 350;
resend_delay_max = 8000;
resend_delay_min = 150;
resend_delay_max = 1000;
connect_delay_ms = 500;
stale_connection_ms = 90000;
connect_stale_ms = 5000;