Lower network kbps

This commit is contained in:
simon.kagstrom 2009-04-13 10:57:01 +00:00
parent 7a4666a35f
commit 729898019b

View File

@ -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);