From 5b242a646456dbb3a2a01344e281cc9ab6c8ad53 Mon Sep 17 00:00:00 2001 From: Magnus Jonsson Date: Wed, 14 Jan 2004 02:36:01 +0000 Subject: [PATCH] *** empty log message *** --- include/libtorrent/peer_info.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/peer_info.hpp b/include/libtorrent/peer_info.hpp index 9042db2df..f380baf14 100755 --- a/include/libtorrent/peer_info.hpp +++ b/include/libtorrent/peer_info.hpp @@ -58,8 +58,8 @@ namespace libtorrent unsigned int total_upload; peer_id id; std::vector pieces; - int upload_limit; - int upload_ceiling; + int upload_limit; // from peer_connection + int upload_ceiling; // from the global upload limiter int load_balancing;