mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Higher lowest kbps
This commit is contained in:
parent
5275eda76b
commit
ac52ec73fe
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user