refactor done (mostly, at least), ipv6 works btw

This commit is contained in:
Arthur-Coppey
2021-11-12 16:57:17 +01:00
parent a0a1cafa8a
commit 3db7ea49b0
2 changed files with 77 additions and 127 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
#include "server.h"
int main(int argc, char *argv[]) {
// char quote[1024];
// getRandomQuote(quote);
// printf("%s\n", quote);
tcpServer();
// TODO: shell args
server(1, 1);
return 0;
}