1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-25 00:22:35 +00:00
2016-11-23 13:23:33 -06:00

19 lines
313 B
C

#include <ks.h>
#include <tap.h>
/*
Test should cover all cases of DHT networking for ipv4 and ipv6
* Find ip
* init 2 or more clients(with dedicated ports)
* add ip to clients
* TODO: list out nework specific tests.
* shutdown clients
* cleanup ks
*/
int main() {
done_testing();
}