first udp tries ...
[my-code/ivac.git] / src / ivac.h
index 7acb2e6..2bd69c5 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