|
|
|
|
|
by tarasglek
708 days ago
|
|
Weird to be comparing vs rsync. Rsync is notorious for maximizing latency as it has no pipelining. Better baseline would be transferring data via ssh + tar. Or serving a directory over http and concurrently downloading a file with axel |
|