]> git.meshlink.io Git - meshlink/commit
Add a test for a constellation of three nodes.
authorGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 19:19:41 +0000 (21:19 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 19:19:41 +0000 (21:19 +0200)
commit8fde91038538d01aaa5b36ebb06b516a8c313364
tree26798f24a326d28daaf70937bac85bca4551e6af
parentd5de0bca747e9ba43bc28fbef54aaf5cfc321f5b
Add a test for a constellation of three nodes.

In particular, test whether two nodes that have been introduced to each
other via a third node can still continue to communicate with each other
when the third node goes offline.
test/Makefile.am
test/trio.c [new file with mode: 0644]
test/trio.test [new file with mode: 0755]
test/utils.h