diff options
| author | erdgeist <> | 2009-08-30 17:57:54 +0000 | 
|---|---|---|
| committer | erdgeist <> | 2009-08-30 17:57:54 +0000 | 
| commit | 4c4303a15614404535d3be065d213ac8a992b530 (patch) | |
| tree | e660f718a3176af0e97c42db6339bbb3b6527aba /ot_mutex.h | |
| parent | 517adde681d6aec49f359c4e7925641b1c86a075 (diff) | |
Temporary feature: log amount of numwants. See if we can save traffic if we reduce max numwant to something less than 200
Diffstat (limited to 'ot_mutex.h')
| -rw-r--r-- | ot_mutex.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -32,6 +32,7 @@ typedef enum { | |||
| 32 | TASK_STATS_RENEW = 0x000a, | 32 | TASK_STATS_RENEW = 0x000a, | 
| 33 | TASK_STATS_SYNCS = 0x000b, | 33 | TASK_STATS_SYNCS = 0x000b, | 
| 34 | TASK_STATS_COMPLETED = 0x000c, | 34 | TASK_STATS_COMPLETED = 0x000c, | 
| 35 | TASK_STATS_NUMWANTS = 0x000d, | ||
| 35 | 36 | ||
| 36 | TASK_STATS = 0x0100, /* Mask */ | 37 | TASK_STATS = 0x0100, /* Mask */ | 
| 37 | TASK_STATS_TORRENTS = 0x0101, | 38 | TASK_STATS_TORRENTS = 0x0101, | 
