Enhance network resilience features in HMAC File Server 3.2

This commit is contained in:
2025-07-20 15:21:27 +00:00
parent 3c8a96c14e
commit f8e4d8fcba
11 changed files with 162 additions and 16 deletions

View File

@ -188,6 +188,15 @@ file = "/var/log/hmac-file-server.log"
# [uploads]
# max_resumable_age = "48h"
# chunk_size = "10MB"
# networkevents = true
# [network_resilience]
# enabled = true
# fast_detection = true # Enable 1-second detection for mobile
# quality_monitoring = true # Monitor RTT and packet loss
# predictive_switching = true # Switch before complete failure
# mobile_optimizations = true # Cellular-friendly thresholds
# upload_resilience = true # Resume uploads across network changes
# [workers]
# numworkers = 4