working udp

This commit is contained in:
Arthur-Coppey
2021-10-15 14:08:44 +02:00
parent 61221bffff
commit 7ad0e7ad56
7 changed files with 181 additions and 54 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ int main(int argc, char *argv[]) {
// char quote[1024];
// getRandomQuote(quote);
// printf("%s\n", quote);
tcpServer();
udpServer();
return 0;
}