SPRACT8 September 2020 66AK2H06 , 66AK2H12 , 66AK2H14
Through TCP stream analysis, it shows the TCP window size is always 64KB, no scaling happened.
The stream analysis also shows Round Trip Time (RTT) is about 0.60 millisecond mostly:
With this RTT and TCP window size, the transfer supports: 64KB/0.6 ms = 107MB/s throughput. The TCP window size is big enough even without scaling, this is not a factor limiting the throughput. Nevertheless, it is worthy to check and make sure the TCP window scaling is enabled on the Windows PC side, by using command: netsh interface tcp show global. A larger TCP window helps to improve the throughput especially in high RTT scenario.