]> git.meshlink.io Git - utcp/commit
Fix data corruption.
authorGuus Sliepen <guus@sliepen.org>
Sun, 29 Mar 2020 17:23:41 +0000 (19:23 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 29 Mar 2020 17:23:41 +0000 (19:23 +0200)
commit68103ae7c369fdccd59b71afb554079d9e6c798d
tree77e0ba1c684098d3b0745e70f96275eac093b831
parent372fb44a395d6ded38d6e52472a0f2f330c232c3
Fix data corruption.

This was caused by the code handling incoming retransmissions not reading
from the receive buffer correctly after the change to ringbuffers.
utcp.c