Hey, So my problem here is that I am trying to observe server performance with multiple factors such as # of clients, load amounts, speed. I am using 3 programs to test this, Ostinato from a "client" basically just another local computer on my network, wireshark to observe the packets on the "server" which is another local computer on my network and of course the server I am running is the apache2 server. My problem is that when I use ostinato to generate packets for the apache server from the client all I observe is my client re-transmitting the first packet, which leads me to believe that the server is always NAKing or rejecting the the first packet for some reason. Any thoughts?