did some cleaning of unused stuff and added docs

This commit is contained in:
cozis
2022-01-22 03:18:34 +01:00
parent 4dfc213c71
commit e6e3efe0e2
6 changed files with 84 additions and 229 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ fun startServer(callbacks, port, backlog)
}
fd = net.socket(net.AF_INET, net.SOCK_STREAM, 0);
if fd < 0:
{
print('Failed to create socket.\n');