You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add 'DownloadCachePiece' and 'CachePieceContent' tag (#57)
# Description
This change introduces Tag fields DownloadCachePiece and CachePieceContent to distinguish between download pieces, persistent cache pieces and cache pieces, allowing for separate processing logic.
Signed-off-by: fu220 <2863318196@qq.com>
# Related Issue
# Motivation and Context
# Screenshots (if appropriate)
| 1 | Piece Content | The content of a piece, with a maximum size of 1 GiB per piece. |
22
22
| 2 | Download Persistent Cache Piece | Download the content of a persistent cache piece from a peer. It is composed of `{Task ID}{Piece ID}`, where the Task ID is a SHA-256 value and the Piece ID is a number. |
23
23
| 3 | Persistent Cache Piece Content | The content of a persistent cache piece, with a maximum size of 1 GiB per piece. |
24
-
| 4-253 | Reserved | Reserved for future use. |
24
+
| 4 | Download Cache Piece | Download the content of a cache piece from a peer. It is composed of `{Task ID}{Piece ID}`, where the Task ID is a SHA-256 value and the Piece ID is a number. |
25
+
| 5 | Cache Piece Content | The content of a cache piece, with a maximum size of 1 GiB per piece. |
0 commit comments