Re: $100 reward for socket disconnection help
DennyOR schrieb:
I'm developing an application that uses java sockets for client-server
communication. Every now and then, open socket connections between the
client and server are lost. This is a client side problem, which may be
related to using a Linksys router. When my client notices that it's not
receiving communications from the server, it begins attempting to create a
new Socket() connection. Attempts to connect with a new Socket() fail
(IOException) for up to 30 minutes until finally a new connection is made,
at which point client-server communication continues normally until the
connection is lost again.
Add some extra delay (e.g. 5 seconds) between reconnects.
Bye
Michael
.
Relevant Pages
- [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #3]
... These patches together supply secure client-side RxRPC connectivity as a Linux ... kernel socket family. ... presentation side is left to the client. ... Each connection goes to a particular "service". ... (Linux-Kernel) - [PATCH 0/5] [RFC] AF_RXRPC socket family implementation
... These patches together supply secure client-side RxRPC connectivity as a Linux ... Make it possible for the client socket to be used to go to more than one ... Each connection goes to a particular "service". ... (Linux-Kernel) - [PATCH 0/5] [RFC] AF_RXRPC socket family implementation [try #2]
... These patches together supply secure client-side RxRPC connectivity as a Linux ... Make it possible for the client socket to be used to go to more than one ... Each connection goes to a particular "service". ... (Linux-Kernel) - [PATCH 00/16] AF_RXRPC socket family and AFS rewrite [try #4]
... The first of these patches together provide secure client-side RxRPC ... connectivity as a Linux kernel socket family. ... Make certain parameters (such as connection timeouts) userspace ... the connectaddress of a client socket by making use of msg_name in the ... (Linux-Kernel) - [PATCH 00/16] AF_RXRPC socket family and AFS rewrite [try #3]
... The first of these patches together provide secure client-side RxRPC ... connectivity as a Linux kernel socket family. ... Make certain parameters (such as connection timeouts) userspace ... the connectaddress of a client socket by making use of msg_name in the ... (Linux-Kernel) |
|