Avoid bare TCP ACKs during TLS-on-connect startup.
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 21 Jan 2021 17:34:55 +0000 (17:34 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 21 Jan 2021 17:34:55 +0000 (17:34 +0000)
commit51ffcca6f1f6005c37c25144ed8b30f5e8a094e9
treeb8a3c96923dfb3fad6f41575647d65266d40a851
parent0240e7a160721a53365aaa3bd10bb6f3de3f9f15
Avoid bare TCP ACKs during TLS-on-connect startup.

    We can't get the QUICKACK turned off on the accepted socket fast enough to
    stop the ACK for the ClientHello - but we get the rest, under OpenSSL.
src/src/smtp_in.c
src/src/smtp_out.c
src/src/transports/smtp.c
test/scripts/1100-Basic-TLS/1160
test/src/client.c