The receive buffer autoscaling for TCP is based on a linear growth, which is acceptable in the congestion
avoidance phase, but not during slow start. Also the MTU is not considered.
Replace this algorithm which is based on exponential growth which should work also in slow start
and is independent on the MTU.