Skip to content
Snippets Groups Projects
Clients.h 165 B
Newer Older
#ifndef CLIENTS_H_
#define CLIENTS_H_

#define UDP_PORT 9998
#define TCP_PORT 9999

void TCP(const char* HOST);

void UDP(char* HOSTNAME);


#endif /* CLIENTS_H_ */