git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dbstuff
[exim.git]
/
test
/
src
/
client.c
diff --git
a/test/src/client.c
b/test/src/client.c
index 63195347fcc6ba8ed56563ee203879a394bda8ed..9beaf25bb74a4ef154b35c94db1036f150b71f88 100644
(file)
--- a/
test/src/client.c
+++ b/
test/src/client.c
@@
-297,7
+297,7
@@
if (rc <= 0)
return 0;
}
return 0;
}
-printf("SSL connection using %s\n", SSL_get_cipher (*ssl));
+/* printf("SSL connection using %s\n", SSL_get_cipher (*ssl)); */
return 1;
}
return 1;
}
@@
-1234,6
+1234,13
@@
if (rc < 0)
exit(85);
}
exit(85);
}
+#ifdef TCP_QUICKACK
+ {
+ int off = 0;
+ (void) setsockopt(srv.sock, IPPROTO_TCP, TCP_QUICKACK, US &off, sizeof(off));
+ }
+#endif
+
printf("connected\n");
printf("connected\n");