From 9194257f8eefb3f643bae74d4cf461b57af67e42 Mon Sep 17 00:00:00 2001 From: sperber Date: Wed, 19 Mar 2003 13:02:44 +0000 Subject: [PATCH] Increase *WINDOW-SIZE* from 4096 to 8192. This improves speed on AIX by a factor of about 20. --- scheme/ftpd/ftpd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/ftpd/ftpd.scm b/scheme/ftpd/ftpd.scm index 31277e7..6531277 100644 --- a/scheme/ftpd/ftpd.scm +++ b/scheme/ftpd/ftpd.scm @@ -1173,7 +1173,7 @@ (log (syslog-level debug) "closing data connection (226)") (register-reply! 226 "Closing data connection.")))) -(define *window-size* 4096) +(define *window-size* 8192) (define (ensure-data-connection) (if (and (not (the-session-data-socket))