TFO: better detection of client fast-open connections (again)
[exim.git] / src / src / smtp_in.c
index 36f6856772d0b02f74e2041c6e8b8986b3732fa8..0f8d5599b6a9173411ff094e1a961ec2c665b626 100644 (file)
@@ -2346,7 +2346,7 @@ if (  getsockopt(fileno(smtp_out), IPPROTO_TCP, TCP_INFO, &tinfo, &len) == 0
    && tinfo.tcpi_state == TCP_SYN_RECV
    )
   {
-  DEBUG(D_receive) debug_printf("TCP_FASTOPEN mode connection\n");
+  DEBUG(D_receive) debug_printf("TCP_FASTOPEN mode connection (state TCP_SYN_RECV)\n");
   tcp_in_fastopen = TRUE;
   }
 # endif