Some changes

This commit is contained in:
KimLS
2017-06-30 22:40:05 -07:00
parent 6253162166
commit 8d680b2222
2 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -219,7 +219,7 @@ namespace EQ
max_connection_count = 0;
keepalive_delay_ms = 9000;
resend_delay_ms = 150;
resend_delay_factor = 1.5;
resend_delay_factor = 1.25;
resend_delay_min = 500;
resend_delay_max = 4000;
connect_delay_ms = 500;
@@ -237,7 +237,7 @@ namespace EQ
tic_rate_hertz = 60.0;
resend_timeout = 90000;
connection_close_time = 2000;
max_outstanding_bytes = 65535;
max_outstanding_bytes = 204800;
}
size_t max_packet_size;