<?xml version="1.0"?>
<profile name="test_send_recv.xml">
  <group nthreads="1">
        <transaction iterations="10">
            <flowop type="connect" options="remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="send" options="count=1 size=256"/>
            <flowop type="recv" options="count=1 size=256"/>
            <flowop type="disconnect" />
        </transaction>
  </group>
</profile>
