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
What is sae socket?
What's the difference between a socket and a port?
Why do we need socket programming?
What's better 6pt or 12pt sockets?
How do I convert a string into an internet address?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
How can I tell when a socket is closed on the other end?
How to find other end of unix socket connection?
What are the types of sockets?
What is the function of socket?
What exactly is a socket?
How does a socket work?
Whats the difference between select() and poll()?
How many socket connections can a server handle?