From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/Verteilte Systeme/Praktikum1/inet.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Bachelor/Verteilte Systeme/Praktikum1/inet.h (limited to 'Bachelor/Verteilte Systeme/Praktikum1/inet.h') diff --git a/Bachelor/Verteilte Systeme/Praktikum1/inet.h b/Bachelor/Verteilte Systeme/Praktikum1/inet.h new file mode 100644 index 0000000..6af7e71 --- /dev/null +++ b/Bachelor/Verteilte Systeme/Praktikum1/inet.h @@ -0,0 +1,19 @@ +/************************************************************************ + * Definitions for TCP and UDP client/server programs. + */ + +#include +#include +#include +#include +#include +#include +#include + + + + + +#define SERV_TCP_PORT 9018 +//#define SERV_HOST_ADDR "10.0.0.200" /* host addr for server */ +#define SERV_HOST_ADDR "127.0.0.1" /* Localhost */ -- cgit v1.2.3