update libks

This commit is contained in:
Mike Jerris
2016-11-23 13:23:33 -06:00
parent 238e228942
commit 9fd0b6bd2f
128 changed files with 41586 additions and 2145 deletions

View 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();
}