- Added -l flag documentation
- Added Adaptive Compression section with file type table
- Added Additional Optimizations section
- Updated Optimization Impact section with new features
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
- Document LZ4 compression as a feature
- Add -c flag to Usage section
- Add Compression section with usage guidelines
- Update Project Structure with lz4.h/lz4.c
- Add compression performance data
- Update Optimization Impact list
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Added documentation for latency simulation (LAN/WAN) support in all
benchmark scripts. Updated examples to show preset profiles (--lan, --wan)
and direct latency values.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
The file_meta_t and file_task_t structs were missing the checksum field
that was being used in both client and server code, causing a compilation
error. Added uint64_t checksum to both structs and updated wq_push
declaration to match implementation.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>