How often should I re-transmit un-acknowleged messages?
Answer / 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 |
What is the difference between a socket and a port?
What is a socket file?
Can multiple sockets use the same port?
How many sockets can a cpu have?
What is the purpose of socket?
What is the difference between close() and shutdown()?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
How do I send [this] over a socket?
What is a socket api?
How can I bind() to a port number < 1024?
How often should I re-transmit un-acknowleged messages?
Why do I get EPROTO from read()?