![]() A writer blocking on a full WHC will still send out whatever it has buffered but not sent yet. For this, the writer lock must be released, but that means an ACK can sneak in between sending out the packet and relocking the writer (not likely if there's a real network in between, but over a loopback interface it is definitely possible). Therefore, the amount of unacknowledged data that controls the blocking and triggering of it must be refreshed before deciding to block, otherwise it may hang indefinitely. Signed-off-by: Erik Boasson <eb@ilities.com> |
||
---|---|---|
.. | ||
ddsc | ||
ddsi | ||
xtests | ||
CMakeLists.txt |