]> git.meshlink.io Git - meshlink/commit
Add a test for the discovery algorithm.
authorGuus Sliepen <guus@meshlink.io>
Sun, 6 Nov 2022 22:50:18 +0000 (23:50 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 8 Nov 2022 21:11:06 +0000 (22:11 +0100)
commit7d21bf7e18fb37ed08a3117657c9a0ddce64432a
tree593b688811b74e3156bc6b70b32612b585dfc548
parent8d7deb258ba8311c87b3c501d71c847da2ddd747
Add a test for the discovery algorithm.

Create two nodes and link them, then change their ports and check if
they can still find each other.
test/Makefile.am
test/discovery.c [new file with mode: 0644]