How often should I re-transmit un-acknowleged messages?
Answer Posted / chaitanya
The simplest thing to do is simply pick a fairly small delay such as one second and stick with it. The problem is that this can congest your network with useless traffic if there is a problem on the lan or on the other machine, and this added traffic may only serve to make the problem worse.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I tell when a socket is closed on the other end?
What is socket programming in java?
Why do we need sockets?
What are the types of sockets?
Can a socket have multiple ports?
Is a socket a file?
How can I force a socket to send the data in its buffer?
What is difference between socket and websocket?
What exactly is a socket?
Are unix sockets faster than tcp?
Why do I get EPROTO from read()?
What is sae socket?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
What is af_inet in socket?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?