Module Name: src Committed By: pooka Date: Wed Feb 16 19:26:59 UTC 2011
Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumphijack: hijack.c Log Message: * set default server connection retry to 0 (no reconnection attempts). while for some cases attempting retry after server restart works brilliantly (e.g. firefox), in other cases it's quite disasterous (sshd doesn't like its file descriptors going missing and does not attempt to reopen them, leading to a quite catastophic loop of EBADF once the server does come back) * rename RUMPHIJACK_RETRY to the slightly more sensible RUMPHIJACK_RETRYCONNECT To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/librumpclient/rumpclient.c cvs rdiff -u -r1.43 -r1.44 src/lib/librumphijack/hijack.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.