// Thus the bandwidth with the maximum receive window would be:
//
// ((6291456*8) / (0,09/1000)) / 1000000 = 559_240 mBit/s
//
// An iperf run on localhost achieves around 60 gBit/sec:
//
// $ iperf -c 127.0.0.1
// [ 3] 0.0-10.0 sec 68.4 GBytes 58.8 Gbits/sec
and why is is so much faster than what you calculated would be the maximum possible? where does that calculation even come from?