fixed errors

This commit is contained in:
2022-11-25 10:36:38 +06:00
parent 2efcf08ebe
commit 288c73104c
10 changed files with 42 additions and 57 deletions

View File

@@ -31,12 +31,13 @@ void test_network(){
test_knIPV4Address_fromStr(127,0,0,1);
test_knIPV4Address_fromStr(34,255,45,0);
test_knIPV4Address_fromStr(3,3,3,128);
/*
knSocket* s;
tryLast(knSocket_open(knSocketProtocol_TCP), maybeS)
s=maybeS.value.VoidPtr;
printf("\e[92mTCP socket created\n");
tryLast(knSocket_close(s);,_);
printf("\e[92mTCP socket closed\n");
*/
}));
}