> Hi! > > I've opened a connection, and i let it away for a while.... when i came back > i've done a ls and i've got > [ Slide ] $ ls > Fatal Error: Operation timed out: no further information > Command input: ls > java.net.NoRouteToHostException: Operation timed out: no further information > (...) > > Shouldn't that exception be caught? It's a fatal routing error (no matter how many times we retry, it will still fail until the broken router is reconfigured or restarted), so it should be reported to the user. I think it could be fancier, though ;) > is there a timeout for a Client Slide COnnection? It's up to the underlying TCP stack or the server. I don't see any need to change the default (perhaps there is, just tell me). Remy
