]> git.sesse.net Git - cubemap/commitdiff
Flush after writing pending TLS data.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 10 Apr 2018 15:58:38 +0000 (17:58 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 10 Apr 2018 15:58:38 +0000 (17:58 +0200)
Cuts something like 600 ms away from the initial TLS handshake,
as we kept having unflushed data that would require waiting for
the 200 ms TCP_CORK timer.


No differences found