Higher lowest kbps

This commit is contained in:
simon.kagstrom 2009-11-10 05:44:10 +00:00
parent 5275eda76b
commit ac52ec73fe

View File

@ -1202,8 +1202,8 @@ network_connection_error_t Network::WaitForBandWidthReply()
/* But force it to be within these limits */
if (this->target_kbps > 300000)
this->target_kbps = 300000;
if (this->target_kbps < 90000)
this->target_kbps = 90000;
if (this->target_kbps < 150000)
this->target_kbps = 150000;
printf("%d bytes in %d ms. Setting cap at %d\n", sz, ms_diff, this->target_kbps);