freeswitch/libs/libks/test/testdht-net.c

19 lines
313 B
C
Raw Normal View History

2016-11-23 19:23:33 +00:00
#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();
}