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 |
How can I find the full hostname (FQDN) of the system I am running on?
How do I get the port number for a given service?
Is a socket a file?
How can my client work through a firewall/proxy server?
How would I put my socket in non-blocking mode?
What is socket address?
How many sockets can a cpu have?
What is difference between socket () and serversocket () class?
Can a socket have multiple ports?
Are unix sockets faster than tcp?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
How are unix domain sockets implemented?