summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 22:21:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-28 22:21:21 +0000
commit6e16c55f422e8b612458550badae3cfa97614b47 (patch)
tree47014c4141267054ab4b6abb0d4e179065371259 /ttcp
parent2002-10-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadnetwork-demos-6e16c55f422e8b612458550badae3cfa97614b47.tar.bz2
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of mini-IMFS as filesystem.
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/ChangeLog5
-rw-r--r--ttcp/init.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
index 8a59d16..e4acd95 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-28 Joel Sherrill <joel@OARcorp.com>
+
+ * init.c: Increase number of file descriptors and use IMFS instead of
+ mini-IMFS as filesystem.
+
2000-12-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/ttcp/init.c b/ttcp/init.c
index 1b19a80..07d1c42 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -20,6 +20,8 @@
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
+#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_EXECUTIVE_RAM_SIZE (512*1024)
#define CONFIGURE_MAXIMUM_SEMAPHORES 20