summaryrefslogtreecommitdiff
path: root/usercfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usercfg.h')
-rw-r--r--usercfg.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/usercfg.h b/usercfg.h
index e9d4ae0..35a9468 100644
--- a/usercfg.h
+++ b/usercfg.h
@@ -37,7 +37,18 @@
* Define this if you want to see debugging messages.
*/
-#define TRACE_NETWORK_DRIVER 1
+/* #define TRACE_NETWORK_DRIVER 1 */
+
+/*
+ * Need these for the netdemo
+ */
+
+#define NSERVER 2
+#define BASE_PORT 24742
+
+#define DATA_SINK_HOST "192.168.1.2"
+#define DATA_SOURCE_HOST "192.168.1.2"
+#define DATA_SOURCE_FILE "tftptest"
/*
* Do some consistency checking.