catdaaaady

New Members
  • Posts

    2
  • Joined

  • Last visited

catdaaaady's Achievements

New User

New User (1/3)

  1. Yup. That is what I am thinking. I wonder if you can control that?
  2. Can anyone explain how many chunks a peer will download in parallel from a seeder? It seems it is one chunk at a time. But I want to be sure. My goal is to max out my network interface, but I can only get btsync to use less than half. I have not tweaked any of the settings yet. But they are as so: { "device_name": "server1", "disk_low_priority": 1, "download_limit": 0, "external_port": "0", "folder_rescan_interval": "600", "lan_encrypt_data": 1, "lang": 4294967295, "listening_port": 17405, "log_size": "10", "max_file_size_diff_for_patching": "1000", "max_file_size_for_versioning": "1000", "rate_limit_local_peers": 0, "recv_buf_size": "5", "send_buf_size": "5", "sync_max_time_diff": "600", "sync_trash_ttl": "30", "upload_limit": 0, "use_upnp": 1 } If a peer does only download one chunk at a time from a seeder, it would seem the only way to increase throughput would be to increase the number of seeders in this case. So a peer would download one chunk from each of them.