libubus: fix writev_retry() function when writing large packets
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 27 Jun 2014 16:11:42 +0000 (19:11 +0300)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 3 Jul 2014 10:45:30 +0000 (12:45 +0200)
commit5db90dbc941da701c397b04ddce2515a231df59b
tree2738618d749e92fe65c47a0c95621057e74c9408
parent82da9db3a985a53c73a21e0fda92a4a59d176f71
libubus: fix writev_retry() function when writing large packets

Seems this bug stayed hidden for a while, because the write/sendmsg function
can send up to ~200k in one send, so it looked at first why there was
some data mismatch.
libubus-io.c