mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-14 08:36:29 +00:00
2.0-alpha4
This commit is contained in:
@@ -30,11 +30,9 @@ CongestionControl::CongestionControl(){
|
||||
inflightDataSize=0;
|
||||
lossCount=0;
|
||||
cwnd=(size_t) ServerConfig::GetSharedInstance()->GetInt("audio_congestion_window", 1024);
|
||||
init_mutex(mutex);
|
||||
}
|
||||
|
||||
CongestionControl::~CongestionControl(){
|
||||
free_mutex(mutex);
|
||||
}
|
||||
|
||||
size_t CongestionControl::GetAcknowledgedDataSize(){
|
||||
|
||||
Reference in New Issue
Block a user