summaryrefslogtreecommitdiff
path: root/configs/boot/nat-netperf-server.rcS
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-04-30 11:00:43 -0400
committerNathan Binkert <binkertn@umich.edu>2005-04-30 11:00:43 -0400
commit849c954adf4660608d0ce48ce445cd47162e4276 (patch)
tree4b15c5ba8dbb2f6d3bd6ba7f4d88234db78f7d85 /configs/boot/nat-netperf-server.rcS
parent602a489573c96d574798c622a70b1b466330fdaf (diff)
downloadgem5-849c954adf4660608d0ce48ce445cd47162e4276.tar.xz
Cleanup rcS files. Make sure there are enough tracked connections.
Delay before singalling peer to make sure that the peer is ready configs/boot/nat-netperf-server.rcS: delay before singalling to make sure that the natbox is ready configs/boot/nat-netperf-stream-client.rcS: increase the number of tracked connections configs/boot/nat-spec-surge-client.rcS: configs/boot/nfs-client-nhfsstone.rcS: configs/boot/nfs-client-smallb.rcS: configs/boot/nfs-client-tcp-smallb.rcS: configs/boot/nfs-client-tcp.rcS: configs/boot/nfs-client.rcS: configs/boot/nfs-server.rcS: configs/boot/spec-surge-client.rcS: configs/boot/spec-surge-server.rcS: configs/boot/surge-client.rcS: configs/boot/surge-server.rcS: increase the number of tracked connections cleanup configs/boot/nat-spec-surge-server.rcS: configs/boot/natbox-netperf.rcS: configs/boot/nfs-server-nhfsstone.rcS: delay before singalling to make sure that the natbox is ready increase the number of tracked connections cleanup configs/boot/natbox-spec-surge.rcS: delay before singalling to make sure that the natbox is ready increase the number of tracked connections --HG-- extra : convert_revision : 9faa5ec11c9c02fed3d1cff922ca42c41d364204
Diffstat (limited to 'configs/boot/nat-netperf-server.rcS')
-rw-r--r--configs/boot/nat-netperf-server.rcS2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/boot/nat-netperf-server.rcS b/configs/boot/nat-netperf-server.rcS
index 69717b7ce..61b4bea7a 100644
--- a/configs/boot/nat-netperf-server.rcS
+++ b/configs/boot/nat-netperf-server.rcS
@@ -24,7 +24,7 @@ echo "running netserver..."
/benchmarks/netperf/netserver
echo -n "signal natbox to begin..."
-sleep 1
+sleep 5
echo "server ready" | /usr/bin/netcat -c $NATBOX 8000
echo "done."