removed client code and executable, use ncat or similar program to communicate with the server

This commit is contained in:
Arthur-Coppey
2021-11-26 13:35:43 +01:00
parent c63415c134
commit fb4052dcff
9 changed files with 1 additions and 124 deletions
-20
View File
@@ -1,20 +0,0 @@
//
// Created by k0rb4k on 11/10/2021.
//
#ifndef QOTD_CLIENT_H
#define QOTD_CLIENT_H
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
int tcp();
int udp();
#endif //QOTD_CLIENT_H