X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/40e3c5bf336560b49acf722d19cc9284fc43dba8..041bf37266e8b97f457b78401ee7006429c69495:/test/src/client.c diff --git a/test/src/client.c b/test/src/client.c index 63195347f..9beaf25bb 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -297,7 +297,7 @@ if (rc <= 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; } @@ -1234,6 +1234,13 @@ if (rc < 0) exit(85); } +#ifdef TCP_QUICKACK + { + int off = 0; + (void) setsockopt(srv.sock, IPPROTO_TCP, TCP_QUICKACK, US &off, sizeof(off)); + } +#endif + printf("connected\n");