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:
@@ -3489,6 +3489,7 @@ namespace libtorrent
|
||||
{
|
||||
peer_connection* p = *i;
|
||||
++i;
|
||||
p->calc_ip_overhead();
|
||||
m_stat += p->statistics();
|
||||
// updates the peer connection's ul/dl bandwidth
|
||||
// resource requests
|
||||
|
Reference in New Issue
Block a user