This might improve the file transfer disconnect issue.

This commit is contained in:
irungentoo 2015-07-26 22:01:19 -04:00
parent 63ecb77556
commit 5def57afcf
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -2034,7 +2034,7 @@ static int udp_handle_packet(void *object, IP_Port source, const uint8_t *packet
#define REQUEST_PACKETS_COMPARE_CONSTANT (0.125 * 100.0)
/* Multiplier for maximum allowed resends. */
#define PACKET_RESEND_MULTIPLIER 3
#define PACKET_RESEND_MULTIPLIER 3.5
/* Timeout for increasing speed after congestion event (in ms). */
#define CONGESTION_EVENT_TIMEOUT 2000