]> git.meshlink.io Git - meshlink/commit
Update UTCP to correctly handle timeouts sending data.
authorGuus Sliepen <guus@meshlink.io>
Sun, 7 Jul 2019 14:52:02 +0000 (16:52 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 7 Jul 2019 15:02:45 +0000 (17:02 +0200)
commit269c5eaed0f3333f014e04835a304bdfa9275e53
tree0383065379526a6a3c9a53aa1b2871fd08228e7a
parent98d0eb964413f6cc655640f207dde4bf5f1ce89d
Update UTCP to correctly handle timeouts sending data.

Also add a test case that checks whether we get a callback when sent data
is not acked in a reasonable amount of time.
src/utcp
test/Makefile.am
test/channels-failure.c [new file with mode: 0644]
test/channels-failure.test [new file with mode: 0755]
test/channels-fork.c