Search found 6 matches

by JohnQPublic
Thu Jun 17, 2010 3:22 am
Forum: GTK+ Requests
Topic: adding a transfer cap to the daemon
Replies: 7
Views: 54521

Re: adding a transfer cap to the daemon

So i have written code that works in a simulation but am having a little bit of difficulty integrating it with the actual source. Specifically lines 49 and 50 are giving me a segmentation fault. this is most likely because i am calling the tr_sessionSetSpeedLimit() function incorrectly. If someone f...
by JohnQPublic
Fri Jun 04, 2010 9:43 pm
Forum: GTK+ Requests
Topic: adding a transfer cap to the daemon
Replies: 7
Views: 54521

Re: adding a transfer cap to the daemon

So i have taken some time to learn some C and have looked through the source a bit more. I propose adding a function call to the while loop on line 462 of the daemon.c file that calls a new function added to the end of the utils.c file. My function is missing a few things that i don't quite know how...
by JohnQPublic
Tue Jun 01, 2010 5:40 am
Forum: General
Topic: how do i enable a transfer cap?
Replies: 3
Views: 2961

Re: how do i enable a transfer cap?

i have started a thread in the gtk+ feature req forum, please see viewtopic.php?f=7&t=10136
by JohnQPublic
Tue Jun 01, 2010 5:03 am
Forum: GTK+ Requests
Topic: adding a transfer cap to the daemon
Replies: 7
Views: 54521

adding a transfer cap to the daemon

So i would really like to see a feature added to the daemon that would allow you to set a monthly maximum on how much bandwidth transmission uses. I have the daemon running on my server that is on 24/7 and would like transmission to automatically clamp its bandwidth down once it has hit 200GB transf...
by JohnQPublic
Mon May 31, 2010 6:00 pm
Forum: General
Topic: how do i enable a transfer cap?
Replies: 3
Views: 2961

Re: how do i enable a transfer cap?

Well that's too bad. It is a nice feature of utorrent. Does anyone know of an alternate method of keeping track of bandwidth usage and blocking transmission-daemon once it reaches the max allowed? I see from the statistics page in transmission-remote.net that the daemon does keep a usage log. And i ...
by JohnQPublic
Mon May 31, 2010 3:06 am
Forum: General
Topic: how do i enable a transfer cap?
Replies: 3
Views: 2961

how do i enable a transfer cap?

Hello, I have been running transmission-daemon on Ubuntu 10.04 LTS, transmission's version is 1.92 (10363), for about 2 months now. It has mostly worked well, after the initial nightmare of getting it all set up. However there is one option i can not figure out how to set up. Before transmission, i ...