]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - src/forward.c
Send TCP DNS messages in one write() call. Stops TCP stream fragmenting.
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 22 Apr 2013 09:18:26 +0000 (10:18 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Mon, 22 Apr 2013 09:22:55 +0000 (10:22 +0100)
commit4b5ea12e90024ade5033b3b83a8b2620035952ba
tree778640078292549c65eea1c0c033155e1677a2d5
parent2b6390fdc9a809e0b7d0f965d6978eead897b47b
Send TCP DNS messages in one write() call. Stops TCP stream fragmenting.

This is an optimisation, not a bugfix. Thanks to Jim Bos for spotting it.
src/forward.c