SCP is slow in our company network. For testing, I am copying a file from a remote server which is connected via IPsec between the routers.
When using scp -vv
I get lots of messages like this:
debug2: channel 0: window 1966080 sent adjust 131072
debug2: channel 0: window 1966080 sent adjust 131072
debug2: channel 0: window 1966080 sent adjust 131072
debug2: channel 0: window 1966080 sent adjust 131072
I couldn’t find out the meaning of this message. Mostly, people report this message appearing while SCP stalls. In my case, I am not experiencing scp stalls. It simply is very slow (350kb/s down) when there should be 1000 to 2000 kb/s down, according to the other network‘s operator.
What do these messages mean? Do they have anything to do with my poor SCP performance?