summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-14 13:23:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-14 13:23:56 +0000
commit7054195127b89e98121fe25975837aea7370f762 (patch)
tree13ec28e0747c54ddd701baab922a63710fa427a5 /ttcp
parentChanged version to 19991116. (diff)
downloadnetwork-demos-7054195127b89e98121fe25975837aea7370f762.tar.bz2
Changed CONFIGURATION_MICROSECONDS_PER_TICK definition to a more reasonable
value.
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttcp/init.c b/ttcp/init.c
index f20fa4c..1b19a80 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -25,7 +25,7 @@
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_TASKS 20
-#define CONFIGURE_MICROSECONDS_PER_TICK 10486
+#define CONFIGURE_MICROSECONDS_PER_TICK 10000
#define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 100