I haven't had issues, but there are some things you can try on a Windows client on one end:
Perhaps you are having asymmetric timing issues, often caused by an asymmetric circuit (such as ADSL), try:
netsh int tcp set global timestamps=enable
Perhaps you are now experiencing an MTU squeeze. Locate your current interface with:
netsh interface ipv4 show subinterface
Then run this command to change the MTU (change "Local Area Connection" to the adaptor name above):
netsh interface ipv4 set subinterface “Local Area Connection” mtu=1400
If this works then make the change permanent with:
netsh interface ipv4 set subinterface “Local Area Connection” mtu=1400 store=persistent