1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

tweaking the speed limit settings a little more

This commit is contained in:
Charles Kerr 2007-11-17 00:30:36 +00:00
parent 8d08db716d
commit 135da6efca
2 changed files with 5 additions and 4 deletions

View file

@ -29,7 +29,8 @@
#define IO_TIMEOUT_SECS 8
#define TR_RDBUF 2048
/* arbitrary */
#define TR_RDBUF (1024*3)
/**
***

View file

@ -29,9 +29,9 @@
#include "ratecontrol.h"
#include "utils.h"
#define GRANULARITY_MSEC 200
#define SHORT_INTERVAL_MSEC 2000
#define LONG_INTERVAL_MSEC 8000
#define GRANULARITY_MSEC 100
#define SHORT_INTERVAL_MSEC 3000
#define LONG_INTERVAL_MSEC 6000
#define HISTORY_SIZE (LONG_INTERVAL_MSEC / GRANULARITY_MSEC)
struct tr_transfer