X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fsrc%2Fclient.c;h=9beaf25bb74a4ef154b35c94db1036f150b71f88;hb=ee3c2fea18d0c940c2256c6bf041f546c703c375;hp=63195347fcc6ba8ed56563ee203879a394bda8ed;hpb=40e3c5bf336560b49acf722d19cc9284fc43dba8;p=user%2Fhenk%2Fcode%2Fexim.git 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");