Quote:
Then try toggling the value of /proc/sys/net/ipv4/tcp_window_scaling
(eg. just do echo 0 > /proc/sys/net/ipv4/tcp_window_scaling).


Initially it was 1, set it to 0, and the speeds went to what was expected on the next attempt. Looks like it only works for new connections, won't change existing ones. No big deal though since we can just toss this in a startup script and be done with it.

Thank you so much for the help. The only reason I got involved was because this issue had been going on long enough to now impact my development schedule for this part of the scrum. Now I can get back to my development tasks.