dnsproxy: Remove TCP receive path potential busy waits
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 19 Nov 2010 15:41:00 +0000 (16:41 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 19 Nov 2010 15:41:49 +0000 (16:41 +0100)
commite80de21751d79a2165f0ce0388cca9d415be3760
treefaf71567e5e7fcc7349f7d4b48f1e26e12532990
parentf31650ed57878968830c537d29a7c5cf2ad7441b
dnsproxy: Remove TCP receive path potential busy waits

When receiving a DNS over TCP request response back from the server,
ConnMan busy waits for the whole response to arrive, or if the server
closes the TCP connection.

Fixes BMC#9960
plugins/dnsproxy.c