T
Tony
Hello:
I'm writing some code between a server and a client. The client
provides the server with packets on a continuous basis. If the server
does not receive a packet for 30 seconds it throws a timeout
exception. We are testing the robustness of the server. The client is
just a producer to packets with no interleave, fixed packet length and
random context. The next packet is sent as soon as the last ack is
received. It have been observed from the logs the I get the exception
throw information (which I wrote saying the exception has been throw).
and that's about all. My approach to solving this would to be to look
at what packets were going across the interface with something like
tcpdump. But I can't get root access on this system. I can't do much
on this system in regard to taking a really close look. Any hints?
Thanks in Advance.
Cheers
I'm writing some code between a server and a client. The client
provides the server with packets on a continuous basis. If the server
does not receive a packet for 30 seconds it throws a timeout
exception. We are testing the robustness of the server. The client is
just a producer to packets with no interleave, fixed packet length and
random context. The next packet is sent as soon as the last ack is
received. It have been observed from the logs the I get the exception
throw information (which I wrote saying the exception has been throw).
and that's about all. My approach to solving this would to be to look
at what packets were going across the interface with something like
tcpdump. But I can't get root access on this system. I can't do much
on this system in regard to taking a really close look. Any hints?
Thanks in Advance.
Cheers