feat: Add cache piece download capability for Downloader#1448
Open
fu220 wants to merge 1 commit intodragonflyoss:mainfrom
Open
feat: Add cache piece download capability for Downloader#1448fu220 wants to merge 1 commit intodragonflyoss:mainfrom
fu220 wants to merge 1 commit intodragonflyoss:mainfrom
Conversation
…ownloader. ## Description This pull request adds the capability to download cache pieces in QUIC and TCP clients, and implements the download logic in Piece. ## Related Issue ### Changes - Updated vortex-protocol dependency version from 0.1.3 to 0.1.4 in Cargo.toml. - Implemented piece download when executing cache tasks in piece.rs and piece_download.rs. - Implemented requests for downloading cache pieces in QUIC and TCP clients. ## Motivation and Context - Aim to add support for downloading pieces in cache tasks when transmitting via QUIC and TCP. Signed-off-by: fu220 <2863318196@qq.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1448 +/- ##
==========================================
- Coverage 48.16% 47.80% -0.36%
==========================================
Files 69 69
Lines 17262 17390 +128
==========================================
Hits 8314 8314
- Misses 8948 9076 +128
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds the capability to download cache pieces in QUIC and TCP clients, and implements the download logic in Piece.
Related Issue
Changes
Cargo.toml.piece.rsandpiece_download.rs.Motivation and Context
Screenshots (if appropriate)