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 do I use TCP_NODELAY?
What is a socket connection?
How can I set the timeout for the connect() system call?
What is a sae socket?
What is a deep well socket?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
How many socket connections can a server handle?
What pieces of information make up a socket?
Can a socket have multiple ports?
What does af mean in sockets?
What is sae socket?
What is a socket api?
What is socket address?
Are unix sockets faster than tcp?