Displaying 1 result from an estimated 1 matches for "filesystem_blocksize".
2004 Jan 29
0
[Bug 799] scp incorrectly reports "stalled" on slow copies
...as the hysteresis in ssh are beneficial to maximize transfer
bandwidth and minimise context switching. It would not be desirable
to reduce these sizes when ssh is used across a LAN.
In the case of scp, changing from atomicio(write, ...) to write(...)
would remove the requirement to write at least filesystem_blocksize
bytes/sec to the remote system.
In the case of ssh, the hysteresis needs to be adjusted based on the
outgoing bandwidth - this could possibly be done by resetting the
"don't read more" flag after (say) 1 second.
------- You are receiving this mail because: -------
You are the assi...