X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/67fff935faa625a5ee69087e7d34bce34ee03d77..9641b6648d2d2d87e14856f9c3383deb86772757:/test/src/client.c diff --git a/test/src/client.c b/test/src/client.c index 9190af068..29712bb5e 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -802,6 +802,8 @@ nextinput: } fflush(stdout); } + else + printf("Succeeded in starting TLS (with OCSP)\n"); #endif } #endif @@ -1234,6 +1236,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"); @@ -1334,7 +1343,7 @@ if (tls_on_connect) printf("Failed to verify certificate status\n"); #endif else - printf("Succeeded in starting TLS\n"); + printf("Succeeded in starting TLS%s\n", ocsp_stapling ? " (with OCSP)":""); } #endif