#
# Network definition file for localhost network.
#
for {set i 0} {$i < 50} {incr i} {
    net::node $i localhost [expr 10000 + $i*1000]
}
