<?xml version="1.0"?>
<profile name="accept.xml">
  <group nthreads="2">
        <transaction iterations="1">
            <flowop type="accept" options="conn=1 remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="connect" options="remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="write" options="size=64"/>
            <flowop type="write" options="conn=1 size=264"/>
            <flowop type="disconnect" />
        </transaction>
  </group>
<group nthreads="4">
        <transaction iterations="1">
            <flowop type="connect" options="remotehost=$h protocol=tcp
	    wndsz=200k tcp_nodelay"/>
            <flowop type="write" options="size=64"/>
            <flowop type="disconnect" />
        </transaction>
  </group>
</profile>
