I have authored an existing PCAP file(with UDP datagrams) i.e modified the PCAP header to play it at very high data rates of about > 20 - 30 Mbps. But using tcpreplay to do this, I see that the average data rates once the transfer is done varies widely on successive runs. I need to play out the pcap at the very precise data rate I am indicating using the time stamps I put on the PCAP header.
Is there a way to achieve this. I could not achieve this on windows using an application i had written. When I turned to linux, the best speed I could achieve was using micro sleep Nanosleep was not useful either. So, I tried tcpreplay which is not that useful for such high data rates either.
Does anyone have any suggestion? I have found something, but not sure how useful this is: http://caia.swin.edu.au/genius/tools/kute/index.html
Also, are there any hardware streamers that can play out PCAP files?
Thanks Arun