take an estimate of the IP ACK traffic into account when rate limiting (allows setting rate limits closer to the capacity)
This commit is contained in:
@@ -1046,6 +1046,10 @@ namespace aux {
|
||||
++i;
|
||||
}
|
||||
|
||||
// drain the IP overhead from the bandwidth limiters
|
||||
m_download_channel.drain(m_stat.download_ip_overhead());
|
||||
m_upload_channel.drain(m_stat.upload_ip_overhead());
|
||||
|
||||
m_stat.second_tick(tick_interval);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user