aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-02-19 16:04:03 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-02-19 16:04:03 +0000
commitfeeaf763404fe7797b1daf2b0c009f35e8db1f9d (patch)
treefd2401a50ba0108cb9c3888b88c6eb0d54a63506 /ChangeLog
parentb3ffcfe3ac81b96026e9af04fdbb64e1efa5fb2f (diff)
downloadsshfs-feeaf763404fe7797b1daf2b0c009f35e8db1f9d.tar
sshfs-feeaf763404fe7797b1daf2b0c009f35e8db1f9d.tar.gz
sshfs-feeaf763404fe7797b1daf2b0c009f35e8db1f9d.tar.bz2
sshfs-feeaf763404fe7797b1daf2b0c009f35e8db1f9d.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d500221..60122e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-02-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * OpenSSH sftp-server can read requests faster, than it processes
+ them, when it's buffer is full it aborts. This can happen on a
+ large upload to a slow server. Work around this by limiting the
+ total size of outstanding reqests. Debian bug #365541. Tracked
+ down by Thue Janus Kristensen
+
+ * Add --disable-sshnodelay configure option. The sshnodelay.so
+ hack shouldnt be needed with OpenSSH client versions >= 4.3
+
2006-12-20 Miklos Szeredi <miklos@szeredi.hu>
* Work around write performace issues due to missing TCP_NODELAY