mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
update libks
This commit is contained in:
18
libs/libks/test/testdht-net.c
Normal file
18
libs/libks/test/testdht-net.c
Normal file
@@ -0,0 +1,18 @@
|
||||
#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();
|
||||
}
|
Reference in New Issue
Block a user