]> andersk Git - openssh.git/commitdiff
- (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
authortim <tim>
Fri, 22 Jan 2010 18:25:15 +0000 (18:25 +0000)
committertim <tim>
Fri, 22 Jan 2010 18:25:15 +0000 (18:25 +0000)
   socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
   in Cygwin to 65535. Patch from Corinna Vinschen.

ChangeLog
configure.ac

index 6913bf580a2142dac207003703b9038030736c6b..e43b42e266c4ed36b4167e4e025788c1fa9c5352 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20100122
+ - (tim) [configure.ac] Due to constraints in Windows Sockets in terms of
+   socket inheritance, reduce the default SO_RCVBUF/SO_SNDBUF buffer size
+   in Cygwin to 65535. Patch from Corinna Vinschen.
+
 20100117
  - (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
  - (tim) [configure.ac] On SVR5 systems, use the C99-conforming functions
index db9403cc8f964e1ad34c272479b0dd6d50277399..5c84984adef6c0732222f92d057e944a7d4a84fb 100644 (file)
@@ -446,7 +446,7 @@ int main(void) { exit(0); }
        AC_DEFINE(DISABLE_FD_PASSING, 1,
                [Define if your platform needs to skip post auth
                file descriptor passing])
-       AC_DEFINE(SSH_IOBUFSZ, 65536, [Windows is sensitive to read buffer size])
+       AC_DEFINE(SSH_IOBUFSZ, 65535, [Windows is sensitive to read buffer size])
        ;;
 *-*-dgux*)
        AC_DEFINE(IP_TOS_IS_BROKEN, 1,
This page took 0.082525 seconds and 5 git commands to generate.