test/nets/localhost
changeset 0 2b3e5ec03512
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/nets/localhost	Thu Apr 21 14:57:45 2011 +0100
@@ -0,0 +1,6 @@
+#
+# Network definition file for localhost network.
+#
+for {set i 0} {$i < 50} {incr i} {
+    net::node $i localhost [expr 10000 + $i*1000]
+}