]> www.hackdaworld.org Git - my-code/ivac.git/blobdiff - src/ivac.h
first udp tries ...
[my-code/ivac.git] / src / ivac.h
index 7acb2e6099b9aa89b1ad72b602b7a143908148e9..2bd69c52628302523530f40949406583d85c5587 100644 (file)
@@ -7,9 +7,6 @@
 #define _GNU_SOURCE
 #include <stdio.h>
 
-/* for ui */
-#include <ncurses.h>
-
 #include "network.h"
 #include "event.h"
 #include "input.h"
@@ -22,6 +19,7 @@
 #define SUCCESS 1
 
 #define IVAC_LISTEN_PORT 1025
+#define IVAC_UDP_PORT 1026
 
 #define IVAC_S_SEC 2
 #define IVAC_S_USEC 500