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:
parent
d5a702ab4c
commit
f158112ece
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue