mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Lower network kbps
This commit is contained in:
parent
7a4666a35f
commit
729898019b
@ -58,7 +58,7 @@ Network::Network(const char *remote_host, int port, bool is_master)
|
||||
this->ResetNetworkUpdate();
|
||||
this->traffic = 0;
|
||||
this->last_traffic = 0;
|
||||
this->target_kbps = 620000; /* kilobit per seconds */
|
||||
this->target_kbps = 160000; /* kilobit per seconds */
|
||||
this->kbps = 0;
|
||||
|
||||
this->raw_buf = (Uint8*)malloc(RAW_SIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user