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
This commit is contained in:
parent
9f8d889f5f
commit
0804a7530f
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue