99% likely you are seeing normal TCP windowing.
I wouldn't do anything about this ... you could try enabling TCP timestamps to see if it flattens it out a little bit.
netsh int tcp set global timestamps=enable
Ideally you would do this on the machines on both ends.