Yesterday I had a very interesting conversation about congestion control and how it affects long lived connections.
So I decided to do a very simple comparison. I created a 100MB file(dd if=/dev/zero of=test-file bs=1M count=100).
Scalable:
test-file 100%[==============================================>] 100.00M 5.13MB/s in 23s
2016-02-28 19:40:55 (4.35 MB/s) - ‘test-file’ saved [104857600/104857600]
Illinois:
test-file 100%[==============================================>] 100.00M 4.20MB/s in 24s
2016-02-28 19:21:57 (4.13 [...]