From 0804a7530fe57e8a68e3d7620ebc70a3d431633a Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Sat, 5 Mar 2005 15:16:29 -0500 Subject: 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 --- configs/boot/netperf-server.rcS | 1 + 1 file changed, 1 insertion(+) 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." -- cgit v1.2.3