]> git.sesse.net Git - cubemap/commit
When doing persistent connections, explicitly flush the socket so that we do not...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 00:58:10 +0000 (02:58 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 7 Apr 2018 00:58:10 +0000 (02:58 +0200)
commit014604812e65d325316778ac98ac7c422226fce8
tree459b2bf750bdd02ebf62f3bcd8c835c48af9ba2e
parent20e85bd6901355cc40a6cfb4c0deb7232d9aa63f
When doing persistent connections, explicitly flush the socket so that we do not get 200 ms extra delay for the last bytes due to TCP_CORK.
server.cpp