Hi, I recently encountered this issue in my environment also. I disabled
TCP Window scaling on mac by using sysctl. which will set tcp parameter
to '0' and disable window scaling.sudo sysctl -w net.inet.tcp.rfc1323=0
Then, you can verify parameter ch...