19 lines
313 B
C
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();
|
||
|
}
|