#!/bin/sh

BLOKSIZE=100
BLOKCOUNT=100

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.

./pong PongRead PongWrite &

sleep 2

./ping $BLOKCOUNT $BLOKSIZE m PongRead PongWrite

sleep 2

./ping $BLOKCOUNT $BLOKSIZE q PongRead PongWrite

sleep 2

./ping $BLOKCOUNT $BLOKSIZE s PongRead PongWrite

sleep 2

./ping $BLOKCOUNT $BLOKSIZE f PongRead PongWrite

sleep 2

./ping $BLOKCOUNT $BLOKSIZE a PongRead PongWrite

sleep 2

./ping 1  10 t PongRead PongWrite 