MacOS: TCP Fast Open
[exim.git] / src / src / expand.c
index 5054e151bb73bf2a593e5046fdb7d4730540168c..49e09ecd8e9c3480ec87e9e12847b45015b62fb4 100644 (file)
@@ -5021,6 +5021,7 @@ while (*s != 0)
             port = ntohs(service_info->s_port);
             }
 
+         /*XXX we trust that the request is idempotent.  Hmm. */
          fd = ip_connectedsocket(SOCK_STREAM, server_name, port, port,
                  timeout, &host, &expand_string_message,
                  do_tls ? NULL : &reqstr);