From: Lisa Hsu Date: Sat, 5 Mar 2005 20:16:29 +0000 (-0500) Subject: the client and server aren't rate-matched anymore and the timing of the netcats are... X-Git-Tag: m5_1.0_tutorial~81^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0804a7530fe57e8a68e3d7620ebc70a3d431633a;p=gem5.git 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 --- 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."