10 Mar
2009
10 Mar
'09
3:08 a.m.
Pshem Kowalczyk wrote:
Are the packets read from detail file send sequentially, waiting for each individual response before sending next packet, or are the packets send in groups, and then potentially the re-try occurs for those that didn't receive the reply?
Yes.
Studying the packet flows with tcpdump suggests that former. If that is the case that with 150ms latency all you can get is about 6-7 packets a second.
OK. It could updated to send more packets at once, but that would require source code changes. Alan DeKok.