Search found 4 matches

by Vallimar
Sun Oct 20, 2013 5:57 pm
Forum: Support
Topic: Impact of increasing max peers for a download
Replies: 3
Views: 33304

Re: Impact of increasing max peers for a download

Keep in mind also there is a per-torrent limit and a global limit. If you aren't making heavy use of your
network, then 200 shouldn't be a problem on a few torrents. Just remember that if your global limit is
small and you set 1 or 2 torrents with a high limit, you could potentially starve other ...
by Vallimar
Sun Oct 20, 2013 5:49 pm
Forum: Support
Topic: patching: how to?
Replies: 1
Views: 1689

Re: patching: how to?

It is going to depend somewhat on OS, however, for the patch to be useful, you would need to
compile your own build of Transmission from the source with the patch applied. If that is not
something you have the know-how for then you need to learn that first.

Also, that patch is over 2 years old and ...
by Vallimar
Sun Oct 20, 2013 3:58 am
Forum: General
Topic: Linux-based mutli-blocklist bash script
Replies: 0
Views: 3837

Linux-based mutli-blocklist bash script

Based on the MAC script here: https://forum.transmissionbt.com/viewtopic.php?f=4&t=12140&p=64859&hilit=blocklist#p64859,
I wrote one up meant to be used with transmission-daemon under Linux.
In order for this script to be useful, you'll need to:

Change the two variables at the top. They can also ...
by Vallimar
Sun Oct 20, 2013 2:11 am
Forum: General
Topic: Option to Automatically Verify Local Data on Completion
Replies: 5
Views: 8406

Re: Option to Automatically Verify Local Data on Completion

I found this additional bit to be necessary in order to compile on current 2.82.


--- libtransmission/quark.h.rev 2013-10-19 21:59:37.908980224 -0400
+++ libtransmission/quark.h 2013-10-19 22:00:22.002316492 -0400
@@ -287,6 +287,7 @@ enum
TR_KEY_rename_partial_files,
TR_KEY_reqq,
TR_KEY_result ...