Custom Query (2447 matches)
Results (223 - 225 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#562 | WorksForMe | Big memory leak in deluged | ||
Description |
I've never seen this before . deluged (1.0.3) mostly consuming 30-90 MB ram grew fastly to consume over 500 MB . For the record , this happened after closing virtualbox which was consuming around 330 MB . System : Debian Sid . Ram : 1 GB (2 X 512MB) . |
|||
#79 | Fixed | Bind outgoing connections to local port | ||
Description |
I am using QoS at home to manage my bittorrent traffic. Unfortunately not all trafic is caught with the L7 and IPP2P filters. Though it is possible to set incoming ports, it is not possible yet to define the outgoing port(s). QoS filtering is therefore not really possible, only if one would totally define all traffic except www traffic as "low" class. A solution to this problem is to bind all the outgoing Deluge connections to a specified local port instead of just letting the OS randomly assigning a unique port for every single one. Azureus has implemented this and this allows for a easy QoS rule that filters all traffic coming from the defined port. It is a ideal solution for home QoS filtering without having any effect on the QoS of ISP's, so possible encryption doesn't need to be turned off. Someone from the Azureus channel explained how it could be done: [17:55] <wereHamster> so I'd like to know how it's possible to initiate multiple connections from the same port :) [17:58] <The_8472> tools -> options -> connections -> advanced network settings -> bind to port [17:58] <wereHamster> I know, but how is it technically done, bind() fails if the port is already taken (EADDRINUSE [17:59] <The_8472> use SO_REUSEADDR [18:01] <wereHamster> This socket option tells the kernel that even if this port is busy (in the TIME_WAIT state), go ahead and reuse it anyway. If it is busy, but with another state, you will still get an address already in use [18:02] <wereHamster> error. [18:02] <The_8472> that only applies to the same socket pair [18:03] <The_8472> if it's a different socket pair then it does what you want [18:03] <wereHamster> ok, thanks Since I am planning to move from Azureus to a more native Linux app, I would like to request that the option of forced binding to a local port be added to Deluge. I also submitted this feature request to Transmission and I hope this will help making Deluge too a better client. Something from the Azureus wiki that maybe is good to know if this feature is added/developed:
|
|||
#1059 | Fixed | Blocked IP ranges is always displayed "0" | ||
Description |
Blocked IP ranges is always displayed "0" in status bar even if Blocklist plugin is enabled. (I don't confirm that Blocklist plugin works or not) Versions: libtorrent-rasterbar 0.14.5, Python 2.6.4 Platform: Arch Linux |