Disable slow-start on TCP sockets
authorMatt Hoosier <matt.hoosier@garmin.com>
Wed, 26 Feb 2014 14:29:09 +0000 (08:29 -0600)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 3 Mar 2014 15:36:47 +0000 (15:36 +0000)
commitdd4e09339f048849156174d7c8dff3a667f9a199
tree389db4bb5c7ccec6e37650e1ad4c58758c1041be
parente2bd0b131704d5ca10af5af1f7ad304d0d1065db
Disable slow-start on TCP sockets

Leaving Nagle's algorithm enabled on the TCP transport leads to some
really long latencies (at least, during the first several messages).

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75544
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-unix.c