From f158112ece83acc719562cc6cb10e4548447c95a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 3 Aug 2007 15:55:32 +0000 Subject: [PATCH] clarify the speedlimit comments --- libtransmission/transmission.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtransmission/transmission.h b/libtransmission/transmission.h index 65891444b..e0f019cb5 100644 --- a/libtransmission/transmission.h +++ b/libtransmission/transmission.h @@ -192,8 +192,8 @@ enum { TR_UP, TR_DOWN }; typedef enum { - TR_SPEEDLIMIT_GLOBAL, /* indirectly follow the global pool's limit */ - TR_SPEEDLIMIT_SINGLE, /* directly follow tr_torrentSetMaxSpeed() */ + TR_SPEEDLIMIT_GLOBAL, /* only follow the overall speed limit */ + TR_SPEEDLIMIT_SINGLE, /* only follow the per-torrent limit */ TR_SPEEDLIMIT_UNLIMITED /* no limits at all */ } tr_speedlimit_t;