Custom Query (2447 matches)
Results (355 - 357 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#699 | Fixed | tos option not working | ||
Description |
I'm using deluge 1.1-RC3, filled 0x08 (throughput) into the TOS field in options, but when the data gets to my router the tos isn't set. However, if I run deluge as a seperate user and do this: iptables -t mangle -A OUTPUT -m owner --uid-owner bittorrent -j TOS --set-tos Maximize-Throughput the TOS is set correctly, but I cant do this anymore due to bug #698 |
|||
#700 | Fixed | Speed chart | ||
Description |
Please add speed graph tab (upload/download). Thx. |
|||
#701 | Fixed | py traceback when changing list views | ||
Description |
changing list views (All, Seeding, Downloading, etc) results in the following: --Deluge Error-- Fault : <Fault 1: "<type 'exceptions.TypeError'>:inet_aton() argument 1 must be string, not None"> path : /index file : /var/lib/python-support/python2.5/deluge/xmlrpclib.py in close, line 786 --Input-- <Storage {'filter_value': 'Downloading', 'filter_cat': 'state', 'order': 'up', 'sort': 'ratio'}> --Versions-- WebUi : 1.1.0-RC3r Python 2.5.2 (r252:60911, Jul 31 2008, 17:31:22) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]: --Traceback--
|