Why do you think that it should be different? In my opinion it SHOULD be the same.
In your topology, I expect an RTT of ~40 ms. So, with a cwnd of 65535 (the maximum allowed without window scaling) you have a throughput of:
th = cwnd / rtt = 65353 byte / 0.040 s = 1638375 Byte/s =
13107000 bit/s = 13.10700 Mbit/s
which exceed the 10 Mbit/s rate you have on your link.
Try to increase the datarate or the delay, and then enable/disable the window scaling... (high bandwidth network with 10 Mbit/s? Are we in 1975? :-D :-D)
Have a nice day :P