1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-06 11:38:21 +00:00

clarify the speedlimit comments

This commit is contained in:
Charles Kerr 2007-08-03 15:55:32 +00:00
parent d5a702ab4c
commit f158112ece

View file

@ -192,8 +192,8 @@ enum { TR_UP, TR_DOWN };
typedef enum typedef enum
{ {
TR_SPEEDLIMIT_GLOBAL, /* indirectly follow the global pool's limit */ TR_SPEEDLIMIT_GLOBAL, /* only follow the overall speed limit */
TR_SPEEDLIMIT_SINGLE, /* directly follow tr_torrentSetMaxSpeed() */ TR_SPEEDLIMIT_SINGLE, /* only follow the per-torrent limit */
TR_SPEEDLIMIT_UNLIMITED /* no limits at all */ TR_SPEEDLIMIT_UNLIMITED /* no limits at all */
} }
tr_speedlimit_t; tr_speedlimit_t;