aboutsummaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/behaviour.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused behaviour.rs file from tcp_connection魏曹先生2025-10-061-1/+0
| | | | - Delete empty behaviour.rs file that was not being used
* Add incremental transfer functionality and update core components魏曹先生2025-09-291-0/+1
- 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