Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to rTorrent v5.4 #378

Closed
wants to merge 1 commit into from
Closed

Upgrade to rTorrent v5.4 #378

wants to merge 1 commit into from

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Jul 16, 2024

Version 5.4 Release

This release includes two hash threads instead of one to better split the load between multiple threads. For instance, instead of 30% on a single thread it will execute two threads with 15%. Half the downloads are assigned to one thread and the other half to the other thread.

UDNS now works as intended. A build issue is fixed for debugging. A handshake build mount is added for later for multi-threading support.

What's Changed

Full Changelog: stickz/rtorrent@v5.3-0.9.8-0.13.8...v5.4-0.9.8-0.13.8

## Version 5.4 Release
This release includes two hash threads instead of one to better split the load between multiple threads. For instance, instead of 30% on a single thread it will execute two threads with 15%. Half the downloads are assigned to one thread and the other half to the other thread.

UDNS now works as intended. A build issue is fixed for debugging. A handshake build mount is added for later for multi-threading support.

## What's Changed
* libtorrent: Implement two hash queue threads by @stickz in stickz/rtorrent#28
* libtorrent: Add handshake bind mount by @stickz in stickz/rtorrent#29
* libtorrent: Add UDNS to configure.ac by @stickz in stickz/rtorrent#32
* libtorrent: Fix instrumentation debug regression by @stickz in stickz/rtorrent#33


**Full Changelog**: stickz/rtorrent@v5.3-0.9.8-0.13.8...v5.4-0.9.8-0.13.8
@stickz stickz requested a review from crazy-max as a code owner July 16, 2024 14:58
@stickz
Copy link
Contributor Author

stickz commented Jul 16, 2024

@crazy-max UDNS wasn't being included in the build. This issue is resolved now. There's also some minor threading improvements for active downloads now.

@stickz
Copy link
Contributor Author

stickz commented Jul 17, 2024

Closing this off for now. A crash was found with UDNS. I will submit anther pull request in the future.

@stickz stickz closed this Jul 17, 2024
@stickz stickz deleted the patch-15 branch July 20, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant