mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-02-16 02:20:43 +00:00
feat: file transfer, resume
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -437,6 +437,7 @@ message FileTransferDigest {
|
||||
uint64 file_size = 4;
|
||||
bool is_upload = 5;
|
||||
bool is_identical = 6;
|
||||
uint64 transferred_size = 7; // for resume transfer, indicates the size of the file already transferred
|
||||
}
|
||||
|
||||
message FileTransferBlock {
|
||||
|
||||
Reference in New Issue
Block a user