summaryrefslogtreecommitdiff
path: root/crates/utils/tcp_connection/src/behaviour.rs
AgeCommit message (Collapse)Author
2025-10-06Remove unused behaviour.rs file from tcp_connection魏曹先生
- Delete empty behaviour.rs file that was not being used
2025-09-29Add 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