diff options
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h new file mode 100644 index 0000000..4a21754 --- /dev/null +++ b/src/setup.h @@ -0,0 +1,13 @@ +#ifndef _SETUP_H_
+#define _SETUP_H_
+
+#define SERVER_PORT "3490" // the port users will be connecting to
+#define SERVER_PORT_INT 3490 // the port users will be connecting to
+#define VNC_PORT_STRING "59000"
+#define VNC_PORT_INT 59000
+
+#define SB_INTERVAL 7 // Broadcast interval in seconds
+#define SD_PORT_CONSOLE 3491 // Not really used, Qt just wants a bind
+#define SD_PORT_CLIENT 3492 // This is where we expect announcements
+
+#endif
|
