summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-12 23:04:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-12 23:04:57 +0000
commitcf04c1413a1b035c5ea1c0852c4da88788602150 (patch)
treebfa9cd4767a77dfbd8efad2359f3502fc61a5f72
parentAdded undef of delay to avoid errors on some targets. (diff)
downloadnetwork-demos-cf04c1413a1b035c5ea1c0852c4da88788602150.tar.bz2
Added info on telnet servers needed by netdemo.
Added info on tftp server for non-bootp systems.
-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.