summaryrefslogtreecommitdiff
path: root/configs/boot
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2005-03-05 15:16:29 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2005-03-05 15:16:29 -0500
commit0804a7530fe57e8a68e3d7620ebc70a3d431633a (patch)
treed0757831d4d383e9286b8dbd7ef0380d93a380f0 /configs/boot
parent9f8d889f5f202acb1d81767a0584d8bf965ecce5 (diff)
downloadgem5-0804a7530fe57e8a68e3d7620ebc70a3d431633a.tar.xz
the client and server aren't rate-matched anymore and the timing of the netcats are off - add a sleep 1 to make it actually work.
--HG-- extra : convert_revision : 3fa730a94d9270945d34061513ab9ce0ab60e7ba
Diffstat (limited to 'configs/boot')
-rw-r--r--configs/boot/netperf-server.rcS1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/boot/netperf-server.rcS b/configs/boot/netperf-server.rcS
index f77ff0ce8..c75d918a2 100644
--- a/configs/boot/netperf-server.rcS
+++ b/configs/boot/netperf-server.rcS
@@ -22,6 +22,7 @@ echo "running netserver..."
/benchmarks/netperf/netserver
echo -n "signal client to begin..."
+sleep 1
echo "server ready" | /usr/bin/netcat -c $CLIENT 8000
echo "done."