diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-29 15:50:12 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-29 15:50:12 +0800 |
| commit | e98b298d583626ab505debe778d0beba303256c3 (patch) | |
| tree | 0a3507e7af8382e47d2c2f14a82df0460275ac63 /crates/utils/tcp_connection/src/behaviour.rs | |
| parent | 2753a38ab627369c8bffce610b3106869f26dd61 (diff) | |
Add incremental transfer functionality and update core components
- Implement instance_incremental_transfer module for efficient file synchronization
- Add support for chunk-based file transfer with hash comparison
- Update TCP connection utilities to support incremental transfer protocol
- Enhance error handling and version management for file synchronization
- Update dependencies and integrate new functionality into main library
Diffstat (limited to 'crates/utils/tcp_connection/src/behaviour.rs')
| -rw-r--r-- | crates/utils/tcp_connection/src/behaviour.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/utils/tcp_connection/src/behaviour.rs b/crates/utils/tcp_connection/src/behaviour.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/crates/utils/tcp_connection/src/behaviour.rs @@ -0,0 +1 @@ + |
