2.0-alpha4

This commit is contained in:
Grishka
2018-05-15 21:23:46 +03:00
parent a3feec022c
commit b52eb581fa
55 changed files with 4190 additions and 1867 deletions

View File

@@ -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(){